summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-09-17 11:18:16 +0000
committerdirk <dirk@FreeBSD.org>2000-09-17 11:18:16 +0000
commit4b05c5eabd7ceade2045e421a160f9738278f73c (patch)
tree885af4319c5a3c31d6916a8464159b409577c330 /www
parent0481216c7c74b0d732b434ffee4502eacac36386 (diff)
downloadFreeBSD-ports-4b05c5eabd7ceade2045e421a160f9738278f73c.zip
FreeBSD-ports-4b05c5eabd7ceade2045e421a160f9738278f73c.tar.gz
Correct dependency for libmcrypt.
Reported by: Marc G. Fournier <scrappy@hub.org>
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 5539510..3dea26f 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 cc9ea64..e68201f 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 cc9ea64..e68201f 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\")
OpenPOWER on IntegriCloud