summaryrefslogtreecommitdiff
path: root/www/lynx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r--www/lynx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 805692a9eaf..24bc203a919 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/01/11 20:59:04 tv Exp $
+# $NetBSD: Makefile,v 1.35 2001/02/03 19:04:50 fredb Exp $
#
DISTNAME= lynx2.8.3rel.1
@@ -46,7 +46,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.
@@ -156,7 +155,7 @@ DEPENDS+= socks5-1.0.2:../../net/socks5
# Do IPV6 on systems which can support it.
.if defined(USE_INET6) && ${USE_INET6} == YES
-CONFIGURE_ENV+= CPPFLAGS=-DINET6
+CPPFLAGS+= -DINET6
.endif
.include "../../mk/bsd.pkg.mk"