aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-07-14 07:58:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-07-14 07:58:08 +0000
commit672fc5d931381c905ef0fe82774f7b6834fef465 (patch)
treedc97544130878ed4ebe62336add3b88058f3d608 /sysutils/tmux
parent3148b725ceade0009ce851c743f6f7ed645f866f (diff)
downloadports-672fc5d931381c905ef0fe82774f7b6834fef465.tar.gz
ports-672fc5d931381c905ef0fe82774f7b6834fef465.zip
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
Notes
Notes: svn path=/head/; revision=445733
Diffstat (limited to 'sysutils/tmux')
-rw-r--r--sysutils/tmux/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \