summaryrefslogtreecommitdiffstats
path: root/www/mod_php5/scripts/configure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 00c003c..0ed9ae4 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -109,7 +109,7 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-mysql=\${PREFIX}"
;;
\"PostgreSQL\")
- echo "BUILD_DEPENDS+= \${PREFIX}/pgsql/bin/psql:\${PORTSDIR}/databases/postgresql"
+ echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql"
echo "PHP_CONF_ARGS+= --with-pgsql=\${PREFIX}/pgsql"
;;
\"mSQL\")
OpenPOWER on IntegriCloud