summaryrefslogtreecommitdiff
path: root/misc/tmux
diff options
context:
space:
mode:
authorroy <roy>2011-02-08 13:16:37 +0000
committerroy <roy>2011-02-08 13:16:37 +0000
commita53943c87cceacd9214db53c7821ece23b8a4010 (patch)
tree2418c261cb3794c739e7f46d2703dd4d1389c809 /misc/tmux
parentb4682a6a2e38ee4a7a101be573a5559df653ef48 (diff)
downloadpkgsrc-a53943c87cceacd9214db53c7821ece23b8a4010.tar.gz
Allow tmux to use the native terminfo if available.
Diffstat (limited to 'misc/tmux')
-rw-r--r--misc/tmux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index cf72e18de0c..cecf3165d30 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/01/13 16:48:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2011/02/08 13:16:37 roy Exp $
DISTNAME= tmux-1.4
CATEGORIES= misc
@@ -15,5 +15,5 @@ HAS_CONFIGURE= yes
USE_TERMINFO= yes
.include "../../devel/libevent/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"