summaryrefslogtreecommitdiff
path: root/www/oops
diff options
context:
space:
mode:
Diffstat (limited to 'www/oops')
-rw-r--r--www/oops/scripts/configure.oops3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/oops/scripts/configure.oops b/www/oops/scripts/configure.oops
index 1aa2f69016f8..00d75a479bc6 100644
--- a/www/oops/scripts/configure.oops
+++ b/www/oops/scripts/configure.oops
@@ -58,7 +58,8 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+= --with-MYSQL=\${PREFIX}"
;;
\"PgSQL\")
- echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
echo "CONFIGURE_ARGS+= --with-PGSQL=\${PREFIX}/pgsql"
;;
\"PCRE\")