aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2013-12-15 00:49:23 +0800
committerdemon <demon@FreeBSD.org>2013-12-15 00:49:23 +0800
commitbfa899d56fdbbf4e20ce8f692fcd7f810312fa51 (patch)
treedbb4b8d48f68b99416d375ef3ef5622644c811be /net-mgmt
parent2088a24d68151e9b6b442c8d77b67c3f1d26ce47 (diff)
downloadfreebsd-ports-gnome-bfa899d56fdbbf4e20ce8f692fcd7f810312fa51.tar.gz
freebsd-ports-gnome-bfa899d56fdbbf4e20ce8f692fcd7f810312fa51.tar.zst
freebsd-ports-gnome-bfa899d56fdbbf4e20ce8f692fcd7f810312fa51.zip
--without-pgsql does work now.
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 196f1d1791bd..79d8bca65daf 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -120,7 +120,7 @@ USE_PGSQL= YES
CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}
PLIST_SUB+= SUB_PGSQL=""
.else
-CONFIGURE_ARGS+= --with-pgsql=no
+CONFIGURE_ARGS+= --without-pgsql
PLIST_SUB+= SUB_PGSQL="@comment "
.endif