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