summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-02-03 19:07:42 +0000
committerfredb <fredb@pkgsrc.org>2001-02-03 19:07:42 +0000
commitf55c6043a6b61aaa30ebd533ba47dcf8ce3988b6 (patch)
tree1a4b1a1c291d30481bf627a23daff2e82f6c3ec0 /www
parent5cec2919faeb0dd91cf7ba1be4a596ad2ee211ad (diff)
downloadpkgsrc-f55c6043a6b61aaa30ebd533ba47dcf8ce3988b6.tar.gz
Remove redundant setting of CPPFLAGS, now that bsd.pkg.mk already sets
CPPFLAGS=-I${LOCALBASE}/include, and adds it to CONFIGURE_ENV.
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 5065a9256dd..29173819784 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/01/11 20:59:05 tv Exp $
+# $NetBSD: Makefile,v 1.24 2001/02/03 19:07:42 fredb Exp $
#
DISTNAME= lynx2.8.4dev.10
@@ -44,7 +44,6 @@ BUILD_DEFS+= LYNX_SCREEN_LIB USE_SOCKS USE_INET6
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --with-nls-datadir=${PREFIX}/share
CONFIGURE_ARGS+= --without-included-gettext
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
# Note: --enable-{default-colors,scrollbar} are simply ignored
# for certain settings of --with-screen.