. The IPV6_ONLY option is unnecessary as IPV6_V6ONLY is defined in

/usr/include/netinet6/in6.h.

Submitted by:	ume@
This commit is contained in:
Greg Lewis 2006-10-09 16:35:29 +00:00
parent 243afd3037
commit 4d0131162b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175111

View File

@ -29,7 +29,6 @@ RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
OPTIONS= DEBUG "Enable debugging support" off \
IPV6 "Enable IPv6 support" off \
IPV6_ONLY "Only support IPv6" off \
POLICY "Install the Unlimited Strength Policy Files" off \
WEB "Enable the browser plugin and Java Web Start" on
@ -78,10 +77,6 @@ EXTRACT_ONLY+= ${POLICYFILE}
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts
.endif
.if defined(WITH_IPV6_ONLY)
CFLAGS+= -DIPV6_V6ONLY
.endif
.if defined(WITH_OPENMOTIF_JDK)
OPENMOTIF_DIR= ${WRKDIR}/jdkmotif
.else