summaryrefslogtreecommitdiff
path: root/sysutils/mc
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
commitb6d6f4052b09d04e1d7234570b33be812402cd70 (patch)
tree84535af7d61e408f1e9023ba90eca78c2c27d5af /sysutils/mc
parent3252f3b962e46cb1d2eb64a3bf30e76680fa417e (diff)
downloadpkgsrc-b6d6f4052b09d04e1d7234570b33be812402cd70.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'sysutils/mc')
-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