diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-20 11:39:57 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-20 11:39:57 +0800 |
commit | 41bef28092fb23c7b19b1124c02820f26445399c (patch) | |
tree | 07922f9aa59175fdc036d3c239aba3faf0ec9d12 /sysutils/tmux | |
parent | 7a17af410e5f7e20998eb7abd8c16a60fa052525 (diff) | |
download | freebsd-ports-gnome-41bef28092fb23c7b19b1124c02820f26445399c.tar.gz freebsd-ports-gnome-41bef28092fb23c7b19b1124c02820f26445399c.tar.zst freebsd-ports-gnome-41bef28092fb23c7b19b1124c02820f26445399c.zip |
New port: sysutils/tmux23: The older version 2.3 of sysutils/tmux
Miroslav Lachman reported that the version 2.3 is free
of buggy behavior with mouse scrolling etc. that was
introduced in later versions.
While in sysutils/Makefile, also fixed a minor ordering
problem.
PR: 223685
Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
Diffstat (limited to 'sysutils/tmux')
-rw-r--r-- | sysutils/tmux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 4a2457b83718..755f0379d9d7 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -14,6 +14,8 @@ COMMENT= Terminal Multiplexer LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= tmux23 + USES= pkgconfig ncurses USE_GITHUB= nodefault |