diff options
author | mat <mat@FreeBSD.org> | 2017-07-14 15:58:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-07-14 15:58:08 +0800 |
commit | a09fa554f3c03380ab54c8c3767a19cb6c1a6300 (patch) | |
tree | dc97544130878ed4ebe62336add3b88058f3d608 /sysutils | |
parent | 1ff9edc6428f1d64944ba4d33a30fab0b7ccd861 (diff) | |
download | freebsd-ports-gnome-a09fa554f3c03380ab54c8c3767a19cb6c1a6300.tar.gz freebsd-ports-gnome-a09fa554f3c03380ab54c8c3767a19cb6c1a6300.tar.zst freebsd-ports-gnome-a09fa554f3c03380ab54c8c3767a19cb6c1a6300.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tmux/Makefile | 3 |
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 \ |