diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-02 16:04:24 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-02 16:04:24 +0000 |
commit | aa5a9684f48be757aeaacb32dc00b9965b0e30cf (patch) | |
tree | 7bb9eea7a65dea56b9fb9b46ae990e960c2f2398 /www | |
parent | ce0eeb918fb2d1fb80fec7f4e7268ae80c7d61b2 (diff) | |
download | ports-aa5a9684f48be757aeaacb32dc00b9965b0e30cf.tar.gz ports-aa5a9684f48be757aeaacb32dc00b9965b0e30cf.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 1e1e63a55c8b..3fcf9df0e5c2 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -7,7 +7,8 @@ PORTNAME= lynx PORTVERSION= 2.8.4.1b -CATEGORIES= www +PORTREVISION= 1 +CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.4rel.1 @@ -20,7 +21,8 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ - --enable-nsl-fork --enable-persistent-cookies + --enable-nsl-fork --enable-persistent-cookies \ + --enable-ipv6 MAKE_ARGS= helpdir=${L_HELP} docdir=${L_DOC} MAKEFILE= makefile INSTALL_TARGET= install-full |