summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-12-14 16:49:23 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-12-14 16:49:23 +0000
commit3e42ae3659cc075bcf7bfd7208cdd5c359606a5f (patch)
treedbb4b8d48f68b99416d375ef3ef5622644c811be /net-mgmt
parentUpdate to new lib_depends syntax, stageify, (diff)
--without-pgsql does work now.
Notes
Notes: svn path=/head/; revision=336458
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