summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-02-25 18:50:21 +0000
committerdrochner <drochner@pkgsrc.org>2010-02-25 18:50:21 +0000
commit7675fcd4c7b09b8e2ae6bcab302d8559e4b2bc89 (patch)
treecaa7e616b7dfb482585d421db0c949912c4fb160 /www
parent6b7fd2dc3a38ff35c5c05e115dba9aec821be60f (diff)
downloadpkgsrc-7675fcd4c7b09b8e2ae6bcab302d8559e4b2bc89.tar.gz
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 (limited to 'www')
-rw-r--r--www/lynx/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index d5ec305c6a3..fcc4da61b92 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -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 @@ CONFIGURE_ARGS+= --enable-color-style
.endif
.if !empty(PKG_OPTIONS:Mncursesw)
SCREENTYPE= ncurses
-USE_NCURSES= YES # color
LIBS+= -lncursesw
. include "../../devel/ncursesw/buildlink3.mk"
CONFIGURE_ARGS+= --enable-color-style