summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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