summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-07 02:27:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-07 02:27:53 +0000
commit109950ce7efca070f105b1b40d8157d4dd4a2cbe (patch)
treefb36a9714f7dc2920ac21895c665973cb6fad55f /www
parentUpgrade to 4.2.5. (diff)
Chase libmcrypt version bump.
Submitted by: Larry Rosenman <ler@lerctr.org> PR: ports/37812
Notes
Notes: svn path=/head/; revision=58637
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 5b3e1a9e6dd4..56869d001b6f 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -131,7 +131,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}"
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}"
;;
\"mhash\")
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 5b3e1a9e6dd4..56869d001b6f 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -131,7 +131,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}"
;;
\"mcrypt\")
- echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}"
;;
\"mhash\")