summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-08-31 11:22:57 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-08-31 11:22:57 +0000
commit9cd47598c171199f0ca649ff36799104d69a3836 (patch)
tree2cf66b0e0bc66de7ded68aedff6d2e4ae9f81735 /www
parentUpgrade to version 1.18 (diff)
Update libmcrypt to 2.5.3, which has no functional changes.
Notes
Notes: svn path=/head/; revision=65362
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 26578008c537..9bf42f8408ef 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -78,7 +78,7 @@ while [ "$1" ]; do
echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr
;;
\"nothing\")
- echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.7:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")