summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-15 12:57:28 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-15 12:57:28 +0000
commit10b0d94da9bc244dccf63cfea0d2477315bb5364 (patch)
tree5cdcab7300c2c3f3e942fa19edd1e8010ed641e0 /net-mgmt
parentForced commit to note the right PR for last update is ports/87213. (diff)
Fix IPV6 OPTIONS able to compile in BATCH mode.
Notes
Notes: svn path=/head/; revision=145450
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 0ba5d3f01744..acc0ae29bf17 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -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