summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-31 08:11:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-31 08:11:30 +0000
commit4d2b5b5ad24a6d8ab667029a29f324e6f25de17a (patch)
tree14516a7ef588d204ae7907ad720458edd4a71b76 /net-mgmt
parentRemove BROKEN. (diff)
- Remove bogus optional dependencies on databases/postgresql7
Inspired by: "I wonder where people are taking this code snippet from."
Notes
Notes: svn path=/head/; revision=136498
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 bee638c827ac..e8acc1e40af9 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=""
;;