From 672fc5d931381c905ef0fe82774f7b6834fef465 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 14 Jul 2017 07:58:08 +0000 Subject: [PATCH] Add utmp support back. UTMP support is no longer auto-detected, it needs to be enabled manually. PR: 220722 Reported by: peter Sponsored by: Absolight --- sysutils/tmux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 1149342aa8ee..0f8c8ab77e47 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -3,6 +3,7 @@ PORTNAME= tmux PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -19,7 +20,7 @@ USE_GITHUB= nodefault GH_TUPLE= imomaliev:tmux-bash-completion:ef56d3e:bash GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --enable-utempter PLIST_FILES= bin/tmux \ man/man1/tmux.1.gz \