aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-07-25 23:39:20 +0800
committermm <mm@FreeBSD.org>2010-07-25 23:39:20 +0800
commitfe1093d9f226009b1533bc739b1d262cdb81b1ea (patch)
treef934afe0a394b015a8ecb7b613f130d17a0e8cd3 /sysutils
parentd29d0b28c4e46d7522f1e8389e6f2b092d100c13 (diff)
downloadfreebsd-ports-graphics-fe1093d9f226009b1533bc739b1d262cdb81b1ea.tar.gz
freebsd-ports-graphics-fe1093d9f226009b1533bc739b1d262cdb81b1ea.tar.zst
freebsd-ports-graphics-fe1093d9f226009b1533bc739b1d262cdb81b1ea.zip
Update libevent to 1.4.14b
PR: ports/147723 Approved by: maintainer (timeout)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tmux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile
index 391b4d2de86..af47475f929 100644
--- a/sysutils/tmux/Makefile
+++ b/sysutils/tmux/Makefile
@@ -7,14 +7,14 @@
PORTNAME= tmux
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A Terminal Multiplexer
-LIB_DEPENDS= event-1.4.3:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
HAS_CONFIGURE= yes