summaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-01-27 13:04:23 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-01-27 13:04:23 +0000
commit617852d95e5a14eccbd6431dfb47e60287524ba3 (patch)
treed391986ef8a2e80c96296234f8b44920e653867d /www/mod_php4/scripts/configure.php
parentRemove rzsz, I've tolerated this for far too long but when it starts (diff)
libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r--www/mod_php4/scripts/configure.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index db3694a78309..93cd6b666041 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -66,10 +66,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
- ;;
- \"nothing\")
- echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt"
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")