diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-27 22:24:36 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-27 22:24:36 +0000 |
commit | 3abc102a3b05ef3bd0ff28477fb6524dcc6ad061 (patch) | |
tree | 4543004f82bc59fcd2083f4215d5fee89d9ba573 /www/mod_php5/scripts | |
parent | Fix typo related to gtk. (diff) |
Upgrade to mod_ssl 2.2.0.
Notes
Notes:
svn path=/head/; revision=16393
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index bfbee385200a..39c2410e44b6 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -6,7 +6,7 @@ fi /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ -Please select desired options:" -1 -1 10 \ +Please select desired options:" -1 -1 11 \ tuning "Apache: performance tuning" OFF \ modssl "Apache: SSL support" OFF \ GD "PHP3: GD library support" ON \ @@ -103,7 +103,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.1.8 +VERSION_MODSSL= 2.2.0 RESTRICTED= "Contains cryptography" |