diff options
author | ache <ache@FreeBSD.org> | 2000-12-04 00:49:49 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-12-04 00:49:49 +0800 |
commit | 6e4b874cadfef8a5fb4b4e741f0493ccf3f0b733 (patch) | |
tree | 8428a8c86ed4c320b9435652ea9735ec046ae603 /www/lynx-current/Makefile | |
parent | 1831dd65a2bd1f6d953e8c01bc7b1cbe1b2d894f (diff) | |
download | freebsd-ports-gnome-6e4b874cadfef8a5fb4b4e741f0493ccf3f0b733.tar.gz freebsd-ports-gnome-6e4b874cadfef8a5fb4b4e741f0493ccf3f0b733.tar.zst freebsd-ports-gnome-6e4b874cadfef8a5fb4b4e741f0493ccf3f0b733.zip |
Uncomment IPv6 enabling
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 12 |
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 |