aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-20 02:57:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-20 02:57:04 +0000
commita9425224f10817058f5b991255cf3a7c71c0b356 (patch)
treea7fed64054defb433132b1227a0e77028e02fb2f /sysutils/tmux
parent0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff)
downloadports-a9425224f10817058f5b991255cf3a7c71c0b356.tar.gz
ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip
devel/libevent2: drop historical suffix after r362796
PR: 216777 Approved by: mm (maintainer)
Notes
Notes: svn path=/head/; revision=434427
Diffstat (limited to 'sysutils/tmux')
-rw-r--r--sysutils/tmux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index 66f7b62dae6e..51373fd91d7b 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tmux
PORTVERSION= 2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -36,8 +36,8 @@ BACKSPACE_DESC= Build with tty/keys patch
BACKSPACE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tty-keys.c
-LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent2
-LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2
+LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent
+LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent
LIBEVENT_STATIC_VARS= LESTATIC=${LOCALBASE}/lib/libevent.a
post-patch: