diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-11-16 10:14:31 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-11-16 10:14:31 +0000 |
commit | 487efa6f9f67a230176e56084dd6465e6539a759 (patch) | |
tree | bb079070b4cec8ff7a88bb2a3c88217d182fa5c3 /www/mod_php3 | |
parent | Update WWW. (diff) |
Reenable mhash support. It seems to work, now.
PR: ports/22872
Diffstat (limited to '')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 3dea26fef470..c8ab1f13ca4d 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -75,10 +75,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" + echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" ;; \"pdflib\") |