diff options
author | dirk <dirk@FreeBSD.org> | 1999-07-16 03:01:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-07-16 03:01:49 +0800 |
commit | 98eaa59ab39184192bc2237739b037c63c540d96 (patch) | |
tree | 54d4bdd2bcc33eff9493162c719c9b6abf5b3196 /www/mod_php3/scripts | |
parent | 28c97c9e6cb17ed03cc0b55538ec7703b0889dba (diff) | |
download | freebsd-ports-gnome-98eaa59ab39184192bc2237739b037c63c540d96.tar.gz freebsd-ports-gnome-98eaa59ab39184192bc2237739b037c63c540d96.tar.zst freebsd-ports-gnome-98eaa59ab39184192bc2237739b037c63c540d96.zip |
- upgrade to mod_ssl 2.3.6
- turn off GD support by default due to licence problems
Diffstat (limited to 'www/mod_php3/scripts')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 8773fc0bed15..4ce9003c7df7 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -9,7 +9,7 @@ fi Please select desired options:" -1 -1 14 \ tuning "Apache: performance tuning" OFF \ modssl "Apache: SSL support" OFF \ -GD "PHP3: GD library support" ON \ +GD "PHP3: GD library support" OFF \ FreeType "PHP3: TrueType font rendering (implies GD)" OFF \ zlib "PHP3: zlib library support" ON \ mcrypt "PHP3: Encryption support" OFF \ @@ -122,7 +122,7 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.3.5 +VERSION_MODSSL= 2.3.6 RESTRICTED= "Contains cryptography" |