diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 09:06:39 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 09:06:39 +0000 |
commit | 8a14a57b16926e0268f159528620b76f4290bf89 (patch) | |
tree | 67feec648a41b572af3812a32c825f5c806ca977 /www/mod_php5 | |
parent | Split mysql322 into mysql322-client and mysql322-server. (diff) |
Switch from mysql322 to mysql322-client and mysql322-server.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 858fcc560a8d..cb72ca09333c 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -79,7 +79,7 @@ while [ "$1" ]; do echo "PHP3_CONF_ARGS+= --with-imap=\${PREFIX}" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ;; \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc + echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322-client" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc echo "PHP3_CONF_ARGS+= --with-mysql=\${PREFIX}" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ;; \"PostgreSQL\") |