diff options
author | dirk <dirk@FreeBSD.org> | 2000-09-17 19:18:16 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-09-17 19:18:16 +0800 |
commit | 4b05c5eabd7ceade2045e421a160f9738278f73c (patch) | |
tree | 885af4319c5a3c31d6916a8464159b409577c330 /www/mod_php5 | |
parent | 0481216c7c74b0d732b434ffee4502eacac36386 (diff) | |
download | freebsd-ports-gnome-4b05c5eabd7ceade2045e421a160f9738278f73c.tar.gz freebsd-ports-gnome-4b05c5eabd7ceade2045e421a160f9738278f73c.tar.zst freebsd-ports-gnome-4b05c5eabd7ceade2045e421a160f9738278f73c.zip |
Correct dependency for libmcrypt.
Reported by: Marc G. Fournier <scrappy@hub.org>
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index cc9ea640bf12..e68201fceb3e 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -71,7 +71,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") |