mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Enabled IPv6.
This commit is contained in:
parent
ce0eeb918f
commit
aa5a9684f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57210
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
PORTNAME= lynx
|
PORTNAME= lynx
|
||||||
PORTVERSION= 2.8.4.1b
|
PORTVERSION= 2.8.4.1b
|
||||||
CATEGORIES= www
|
PORTREVISION= 1
|
||||||
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= http://lynx.isc.org/current/
|
MASTER_SITES= http://lynx.isc.org/current/
|
||||||
DISTNAME= ${PORTNAME}2.8.4rel.1
|
DISTNAME= ${PORTNAME}2.8.4rel.1
|
||||||
|
|
||||||
|
@ -20,7 +21,8 @@ USE_BZIP2= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4
|
WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
|
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}
|
MAKE_ARGS= helpdir=${L_HELP} docdir=${L_DOC}
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
INSTALL_TARGET= install-full
|
INSTALL_TARGET= install-full
|
||||||
|
|
Loading…
Add table
Reference in a new issue