From 3273536bfad565290abb352171692b106badce29 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 12 Feb 2005 23:38:04 +0000 Subject: Enabled proper ncurses support, as seen in the www/lynx package. --- sysutils/mc/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils/mc') 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 -- cgit v1.2.3