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 | |
parent | 80c5619581a66130d65237433d00f07b44a6dcc0 (diff) |
Notes
Diffstat (limited to 'net-mgmt/netsaint-plugins')
-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="" ;; |