diff options
author | pav <pav@FreeBSD.org> | 2005-05-31 08:11:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-31 08:11:30 +0000 |
commit | aa81990f3a531ca1e66895ae41f078e7ad8f803d (patch) | |
tree | d4f4fd0044ee0c46e8a940db535b32efae314d3d /net-mgmt | |
parent | 9ca5496f8d9753dba5fce5024550da94cf23e80d (diff) | |
download | FreeBSD-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/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 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="" ;; |