diff options
author | dirk <dirk@FreeBSD.org> | 2001-03-24 07:29:30 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-03-24 07:29:30 +0800 |
commit | 050eaa79f0d47d9cc1aa20d2c973f0904de3894f (patch) | |
tree | 5a6fd3f4277f8975c558ba04c0abaa4fb05f2ec2 /www | |
parent | 8f7600edc5c2d9f5abe974249ff9e549b9909daa (diff) | |
download | freebsd-ports-gnome-050eaa79f0d47d9cc1aa20d2c973f0904de3894f.tar.gz freebsd-ports-gnome-050eaa79f0d47d9cc1aa20d2c973f0904de3894f.tar.zst freebsd-ports-gnome-050eaa79f0d47d9cc1aa20d2c973f0904de3894f.zip |
Bump mcrypt shared library version number due to upgrade.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index bdb9b13c4091..6cc80ec84676 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -76,7 +76,7 @@ while [ "$1" ]; do echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr ;; \"nothing\") - echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 183953b578bc..7131095ea4da 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -77,7 +77,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 183953b578bc..7131095ea4da 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -77,7 +77,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.6:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") |