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
commit2aaf88b5332167c6b8bc3d310fb65fecc7b0b698 (patch)
treeffe95595a9ff929e150b801518d0521c34a5cd18 /misc/tmux
parent7dec5da6e6b20be1113430ddcf65cfc388d3652a (diff)
downloadpkgsrc-2aaf88b5332167c6b8bc3d310fb65fecc7b0b698.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"