summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-02-12 23:38:04 +0000
committerrillig <rillig@pkgsrc.org>2005-02-12 23:38:04 +0000
commit3273536bfad565290abb352171692b106badce29 (patch)
tree57389030ad38e74eba07fb880804106752aa4bea /sysutils/mc
parent08e0a497e2c2353306872aa838e153adba454143 (diff)
downloadpkgsrc-3273536bfad565290abb352171692b106badce29.tar.gz
Enabled proper ncurses support, as seen in the www/lynx package.
Diffstat (limited to 'sysutils/mc')
-rw-r--r--sysutils/mc/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk
index 656fc7c53fd..1c4228a276e 100644
--- a/sysutils/mc/options.mk
+++ b/sysutils/mc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/02/12 22:59:28 rillig Exp $
+# $NetBSD: options.mk,v 1.2 2005/02/12 23:38:04 rillig Exp $
#
### The charset option enables input/display support for various 8-bit
@@ -70,6 +70,8 @@ CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --with-screen=slang
.include "../../devel/libslang/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mncurses)
+SCREENTYPE= ncurses
+USE_NCURSES= color
CONFIGURE_ARGS+= --with-screen=ncurses
.include "../../devel/ncurses/buildlink3.mk"
.else