diff options
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="" ;; |