diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-15 13:58:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-15 13:58:07 +0000 |
commit | 15fd90afb24480fa3b5f7f696eed94407c4079ca (patch) | |
tree | 84535af7d61e408f1e9023ba90eca78c2c27d5af /sysutils/mc | |
parent | c384f2584ee609584b74ad8a023d9aaae1e83e88 (diff) | |
download | pkgsrc-15fd90afb24480fa3b5f7f696eed94407c4079ca.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/options.mk | 5 |
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 |