diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-14 16:49:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-14 16:49:23 +0000 |
commit | 3e42ae3659cc075bcf7bfd7208cdd5c359606a5f (patch) | |
tree | dbb4b8d48f68b99416d375ef3ef5622644c811be /net-mgmt | |
parent | 054ac7ea5014455293b868fbf962996d6beef5e3 (diff) | |
download | ports-3e42ae3659cc075bcf7bfd7208cdd5c359606a5f.tar.gz ports-3e42ae3659cc075bcf7bfd7208cdd5c359606a5f.zip |
Notes
Diffstat (limited to 'net-mgmt')
-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 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 |