diff options
author | dirk <dirk@FreeBSD.org> | 2001-02-17 21:33:18 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-02-17 21:33:18 +0800 |
commit | aeee2e320b1ecb6d33edf2f1811d4a6d5b065889 (patch) | |
tree | ea0965ef5802f8cf93f9286d0c34cd9717f63be5 /www/mod_php4 | |
parent | 60f4d8b1955cbdb259ec8458cfe5dd4ccf418891 (diff) | |
download | freebsd-ports-graphics-aeee2e320b1ecb6d33edf2f1811d4a6d5b065889.tar.gz freebsd-ports-graphics-aeee2e320b1ecb6d33edf2f1811d4a6d5b065889.tar.zst freebsd-ports-graphics-aeee2e320b1ecb6d33edf2f1811d4a6d5b065889.zip |
Disable mcrypt support. I doesn't compile at the moment due to recent
mcrypt upgrade.
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index b4be5546ff6..71bfa77ee3a 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -73,7 +73,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\") |