summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-09-06 20:59:58 +0000
committerandreas <andreas@FreeBSD.org>1998-09-06 20:59:58 +0000
commit4ed74165f3cd8afc22cb3cf8bab1b54c1507187d (patch)
tree966e3a3fdf8c19b42b9450266254ad5b6868f2e0 /www/mod_php4
parente599b0524d74ee533fd2079d53de21183311d11c (diff)
downloadFreeBSD-ports-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.zip
FreeBSD-ports-4ed74165f3cd8afc22cb3cf8bab1b54c1507187d.tar.gz
use stable mysql port mysql321
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 9bf8e66..2b140b8 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -43,7 +43,7 @@ while [ "$1" ]; do
echo "PHP3_CONF_ARGS+= --with-zlib" >> ${CURDIR}/Makefile.inc
;;
\"MySQL\")
- echo "BUILD_DEPENDS+= mysql:\${PORTSDIR}/databases/mysql" >> ${CURDIR}/Makefile.inc
+ echo "BUILD_DEPENDS+= mysql:\${PORTSDIR}/databases/mysql321" >> ${CURDIR}/Makefile.inc
echo "PHP3_CONF_ARGS+= --with-mysql=\${PREFIX}" >> ${CURDIR}/Makefile.inc
;;
\"PostgresSQL\")
OpenPOWER on IntegriCloud