summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:24:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:24:34 +0000
commit9a5ab277e6df0ec27baa15fb3b6fba45769f7ed0 (patch)
tree446c0fb099e73e60d49a5334aea133f7496ba89f /www/mod_php3
parentupgrade to 2.5.4 (diff)
chase mcrypt lib version
Notes
Notes: svn path=/head/; revision=72447
Diffstat (limited to 'www/mod_php3')
-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 9bf42f8408ef..a974db6a1f86 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.7:\${PORTSDIR}/security/libmcrypt"
+ echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
\"mhash\")