1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix IPv6 OPTIONS support

- Do not bump PORTREVISION

Reported by:	scheidell@
Feature safe:	yes
This commit is contained in:
Ryan Steinmetz 2012-03-12 10:03:37 +00:00
parent cab2483fad
commit fd299125d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293161

View File

@ -143,8 +143,8 @@ CONFIGURE_ARGS+= --enable-sourcefire
CONFIGURE_ARGS+= --enable-perfprofiling --enable-ppm
.endif
.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
.if defined(WITH_GRE)