summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-15 13:58:07 +0000
committerrillig <rillig@pkgsrc.org>2006-02-15 13:58:07 +0000
commit15fd90afb24480fa3b5f7f696eed94407c4079ca (patch)
tree84535af7d61e408f1e9023ba90eca78c2c27d5af /sysutils
parentc384f2584ee609584b74ad8a023d9aaae1e83e88 (diff)
downloadpkgsrc-15fd90afb24480fa3b5f7f696eed94407c4079ca.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk
index 910e048b711..48d4a21b116 100644
--- a/sysutils/mc/options.mk
+++ b/sysutils/mc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2005/08/04 10:32:01 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2006/02/15 13:58:07 rillig Exp $
#
### The charset option enables input/display support for various 8-bit
@@ -69,8 +69,7 @@ CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --with-screen=slang
.include "../../devel/libslang/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mncurses)
-SCREENTYPE= ncurses
-USE_NCURSES= color
+USE_NCURSES= yes
CONFIGURE_ARGS+= --with-screen=ncurses
.include "../../devel/ncurses/buildlink3.mk"
.else