pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/mc Enabled proper ncurses support, as seen in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d1e3922887f
branches:  trunk
changeset: 488944:1d1e3922887f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 12 23:38:04 2005 +0000

description:
Enabled proper ncurses support, as seen in the www/lynx package.

diffstat:

 sysutils/mc/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a5c57bcf5e7c -r 1d1e3922887f sysutils/mc/options.mk
--- a/sysutils/mc/options.mk    Sat Feb 12 23:01:59 2005 +0000
+++ b/sysutils/mc/options.mk    Sat Feb 12 23:38:04 2005 +0000
@@ -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+=       --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



Home | Main Index | Thread Index | Old Index