summaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
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 5b3e1a9e6dd4..56869d001b6f 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -131,7 +131,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}"
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}"
;;
\"mhash\")