From aeee2e320b1ecb6d33edf2f1811d4a6d5b065889 Mon Sep 17 00:00:00 2001 From: dirk Date: Sat, 17 Feb 2001 13:33:18 +0000 Subject: Disable mcrypt support. I doesn't compile at the moment due to recent mcrypt upgrade. --- www/mod_php3/scripts/configure.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 9d54c3d..c9c1aa0 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -71,7 +71,10 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" + echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr + ;; + \"nothing\") + echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") -- cgit v1.1