summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authorrillig <rillig>2005-02-12 23:38:04 +0000
committerrillig <rillig>2005-02-12 23:38:04 +0000
commitfea67932ca33e7cfc09e0ca2a50641853c1a8034 (patch)
tree57389030ad38e74eba07fb880804106752aa4bea /sysutils/mc
parenta47c21f88068895d3a638fa4e1dbf5e3f0d08289 (diff)
downloadpkgsrc-fea67932ca33e7cfc09e0ca2a50641853c1a8034.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