diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:24:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:24:34 +0800 |
commit | 4a8d0b9fec46fd98eae3a715b7f96270c80df575 (patch) | |
tree | b75d7367a1d986a1f0f2e28df47f1bbf3e018433 /www/mod_php3 | |
parent | 2dbae2e962303a1e0e64275195b6173422415ceb (diff) | |
download | freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.gz freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.zst freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.zip |
chase mcrypt lib version
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 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\") |