pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx don't insist in USE_NCURSES in the ncursesw c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac0228797579
branches:  trunk
changeset: 572424:ac0228797579
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Feb 25 18:50:21 2010 +0000

description:
don't insist in USE_NCURSES in the ncursesw case -- NetBSD's should
be good enough
(this file needs more cleanup, the color stuff looks outdated)

diffstat:

 www/lynx/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7562d52d3311 -r ac0228797579 www/lynx/options.mk
--- a/www/lynx/options.mk       Thu Feb 25 18:48:01 2010 +0000
+++ b/www/lynx/options.mk       Thu Feb 25 18:50:21 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2008/06/22 15:55:46 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2010/02/25 18:50:21 drochner Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lynx
 PKG_SUPPORTED_OPTIONS= inet6
@@ -41,7 +41,6 @@
 .endif
 .if !empty(PKG_OPTIONS:Mncursesw)
 SCREENTYPE=            ncurses
-USE_NCURSES=           YES # color
 LIBS+=                 -lncursesw
 .  include "../../devel/ncursesw/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-color-style



Home | Main Index | Thread Index | Old Index