summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-12-03 16:49:49 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-12-03 16:49:49 +0000
commit6c6fbd1ef7bcb37b6d9f5d33027142dc32c899b5 (patch)
treea1f1b2913e85a72e6d9dd48967854862c9b99280
parentAdd a new port comms/comserv. From the pkg-descr file: (diff)
Uncomment IPv6 enabling
Notes
Notes: svn path=/head/; revision=35626
-rw-r--r--www/lynx-current/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 448f3ed7264c..f6e4b37edfab 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lynx
PORTVERSION= 2.8.4d14
-CATEGORIES= www #ipv6
+CATEGORIES= www ipv6
MASTER_SITES= http://lynx.isc.org/current/
DISTNAME= ${PORTNAME}2.8.4dev.14
@@ -25,11 +25,11 @@ CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
.include <bsd.port.pre.mk>
-#.if ${OSVERSION} >= 400014
-#CONFIGURE_ARGS+=--enable-ipv6
-#.else
-#CONFIGURE_ARGS+=--disable-ipv6
-#.endif
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+=--enable-ipv6
+.else
+CONFIGURE_ARGS+=--disable-ipv6
+.endif
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
MAKEFILE= makefile