summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <roy>2013-10-16 20:26:23 +0000
committerroy <roy>2013-10-16 20:26:23 +0000
commit49ef144164013d5b4c06b31a6c427c696fe42f17 (patch)
tree6300d55e0285afe6ea3c90345647207396a3f224
parent3cb5c9e6bc0de7b99c3645b2e8bf887a9e15c3f5 (diff)
downloadpkgsrc-49ef144164013d5b4c06b31a6c427c696fe42f17.tar.gz
Note that NetBSD curses does not support getsyx or setsyx.
-rw-r--r--devel/tig/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/tig/options.mk b/devel/tig/options.mk
index 4972d2352a0..0faef7f98ef 100644
--- a/devel/tig/options.mk
+++ b/devel/tig/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/11/08 10:44:12 bjs Exp $
+# $NetBSD: options.mk,v 1.2 2013/10/16 20:26:23 roy Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.tig
@@ -11,6 +11,7 @@ PKG_SUGGESTED_OPTIONS+= wide-curses
.include "../../mk/bsd.options.mk"
+# NetBSD curses does not implemet getsyx or setsyx
.if !empty(PKG_OPTIONS:Mwide-curses)
. include "../../devel/ncursesw/buildlink3.mk"
.else