summaryrefslogtreecommitdiff
path: root/misc/tmux
diff options
context:
space:
mode:
authorshattered <shattered>2011-10-25 14:55:49 +0000
committershattered <shattered>2011-10-25 14:55:49 +0000
commita3a75136ff07f71046caa1f5aa438c5a98da3951 (patch)
treeffe95595a9ff929e150b801518d0521c34a5cd18 /misc/tmux
parentea3ecadd6566e9794b17074fc3803842e58d89f8 (diff)
downloadpkgsrc-a3a75136ff07f71046caa1f5aa438c5a98da3951.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"