summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-31 08:11:30 +0000
committerpav <pav@FreeBSD.org>2005-05-31 08:11:30 +0000
commitaa81990f3a531ca1e66895ae41f078e7ad8f803d (patch)
treed4f4fd0044ee0c46e8a940db535b32efae314d3d /net-mgmt
parent9ca5496f8d9753dba5fce5024550da94cf23e80d (diff)
downloadFreeBSD-ports-aa81990f3a531ca1e66895ae41f078e7ad8f803d.zip
FreeBSD-ports-aa81990f3a531ca1e66895ae41f078e7ad8f803d.tar.gz
- Remove bogus optional dependencies on databases/postgresql7
Inspired by: "I wonder where people are taking this code snippet from."
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netsaint-plugins/scripts/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure
index bee638c..e8acc1e 100644
--- a/net-mgmt/netsaint-plugins/scripts/configure
+++ b/net-mgmt/netsaint-plugins/scripts/configure
@@ -81,8 +81,7 @@ while [ "$1" ]; do
SUB_MYSQL=""
;;
\"PostgreSQL\")
- echo "POSTGRESQL_PORT?= databases/postgresql7"
- echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
+ echo "USE_PGSQL= yes"
echo "CONFIGURE_ARGS+= --with-pgsql=\${LOCALBASE}"
SUB_PGSQL=""
;;
OpenPOWER on IntegriCloud