diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 12:57:28 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 12:57:28 +0000 |
commit | 10b0d94da9bc244dccf63cfea0d2477315bb5364 (patch) | |
tree | 5cdcab7300c2c3f3e942fa19edd1e8010ed641e0 /net-mgmt/nagios-plugins | |
parent | Forced commit to note the right PR for last update is ports/87213. (diff) |
Fix IPV6 OPTIONS able to compile in BATCH mode.
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 |
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 |