aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-04 03:24:34 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-04 03:24:34 +0800
commit4a8d0b9fec46fd98eae3a715b7f96270c80df575 (patch)
treeb75d7367a1d986a1f0f2e28df47f1bbf3e018433 /www/mod_php4
parent2dbae2e962303a1e0e64275195b6173422415ceb (diff)
downloadfreebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.gz
freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.zst
freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.zip
chase mcrypt lib version
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 81dca33a30a1..dd709527cacb 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -132,7 +132,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}"
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}"
;;
\"mhash\")