diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 08:11:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 08:11:30 +0000 |
commit | 4d2b5b5ad24a6d8ab667029a29f324e6f25de17a (patch) | |
tree | 14516a7ef588d204ae7907ad720458edd4a71b76 /net-mgmt/netsaint-plugins/scripts/configure | |
parent | Remove 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/netsaint-plugins/scripts/configure')
-rw-r--r-- | net-mgmt/netsaint-plugins/scripts/configure | 3 |
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="" ;; |