diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-31 11:22:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-31 11:22:57 +0000 |
commit | 9cd47598c171199f0ca649ff36799104d69a3836 (patch) | |
tree | 2cf66b0e0bc66de7ded68aedff6d2e4ae9f81735 /www | |
parent | Upgrade 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.php | 2 |
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\") |