summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-03-23 23:29:30 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-03-23 23:29:30 +0000
commit6f424e094cdece7f38d532e6a2a6659f8b81bcad (patch)
treece32adbec00a9edd927edbd33fa63e3860105ece
parentAdd another master site. (diff)
Bump mcrypt shared library version number due to upgrade.
-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 bdb9b13c4091..6cc80ec84676 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -76,7 +76,7 @@ while [ "$1" ]; do
echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr
;;
\"nothing\")
- echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.6:\${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 183953b578bc..7131095ea4da 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -77,7 +77,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.6:\${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 183953b578bc..7131095ea4da 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -77,7 +77,7 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")