diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-04-05 16:44:06 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-04-05 16:44:06 +0000 |
commit | cc3fab3f82922edfee904ecb19ae7ca93fd86c9f (patch) | |
tree | 228e3048462ff83c6bbd1b0ebf6fd24758bfff6a /www/mod_php3 | |
parent | Upgrade to php-3.0.16. (diff) |
Depend on postgresql library pq.2 instead of ${PREFIX}/pgsql/bin/psql.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 6554ded7df77..abbdbc8f2551 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\") |