diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-09-17 11:18:16 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-09-17 11:18:16 +0000 |
commit | b8ab4fead23b80f2cceac47df4f5a69ad6ab96c3 (patch) | |
tree | 790806137c4f04ca4081efa389a178b49014fcce /www | |
parent | MASTER_SITE_GNU doesnt carry the latest version of the files. (diff) |
Correct dependency for libmcrypt.
Reported by: Marc G. Fournier <scrappy@hub.org>
Notes
Notes:
svn path=/head/; revision=32747
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 553951018270..3dea26fef470 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/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\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index cc9ea640bf12..e68201fceb3e 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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\") 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\") |