1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix IPV6 OPTIONS able to compile in BATCH mode.

This commit is contained in:
Marcus Alves Grando 2005-10-15 12:57:28 +00:00
parent 6b94dd8ec2
commit 10b0d94da9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145450

View File

@ -45,7 +45,7 @@ PLIST_SUB+= SUB_QSTAT=""
PLIST_SUB+= SUB_QSTAT="@comment "
.endif
.if defined(WITH_IPV6)
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--with-ipv6
.else
CONFIGURE_ARGS+=--without-ipv6