summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig>2005-02-12 23:38:04 +0000
committerrillig <rillig>2005-02-12 23:38:04 +0000
commit24608dbb07a015c3b31f18dfb33cd9f12a39fca4 (patch)
tree57389030ad38e74eba07fb880804106752aa4bea /sysutils
parentc69c5081ac9c8f37506d3bb8abb2b39fcce4c678 (diff)
downloadpkgsrc-24608dbb07a015c3b31f18dfb33cd9f12a39fca4.tar.gz
Enabled proper ncurses support, as seen in the www/lynx package.
Diffstat (limited to 'sysutils')
-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