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/mod_php3 | |
parent | 349ba4c3f2cedad76a7c81886c1f54d063726b02 (diff) | |
download | ports-9cd47598c171199f0ca649ff36799104d69a3836.tar.gz ports-9cd47598c171199f0ca649ff36799104d69a3836.zip |
Notes
Diffstat (limited to 'www/mod_php3')
-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\") |