summaryrefslogtreecommitdiff
path: root/misc/tmux
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-10-25 14:55:49 +0000
committershattered <shattered@pkgsrc.org>2011-10-25 14:55:49 +0000
commitddd4e34baebff1c9fceabd08955364ad11f991b8 (patch)
treeffe95595a9ff929e150b801518d0521c34a5cd18 /misc/tmux
parent2f867e5272c8ed8040e5b0fc009b430fe1de5c1d (diff)
downloadpkgsrc-ddd4e34baebff1c9fceabd08955364ad11f991b8.tar.gz
Make tmux build on NetBSD 4 -- it uses features from libevent 1.1b
Diffstat (limited to 'misc/tmux')
-rw-r--r--misc/tmux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index 791a31fe1ea..5db23ec4741 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/08/17 16:57:18 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2011/10/25 14:55:49 shattered Exp $
DISTNAME= tmux-1.5
CATEGORIES= misc
@@ -15,5 +15,6 @@ GNU_CONFIGURE= yes
USE_TERMINFO= yes
.include "../../devel/libevent/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1b
.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"