summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 6554ded..abbdbc8 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -105,7 +105,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\")
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 00c003c..0ed9ae4 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/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\")
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