diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-20 19:13:00 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-20 19:13:00 +0000 |
commit | d52c6146dcb233a04166e3772c84b9e767cc46cd (patch) | |
tree | 95c0289ab64d7e84925add3d2e37a4fa6f320f81 /www/mod_php3/scripts | |
parent | Activate japanese/eblook. (diff) |
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.
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 c39fb7f2d3cd..52bcba29d17c 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -117,11 +117,11 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.3.11 +VERSION_MODSSL= 2.4.0 RESTRICTED= "Contains cryptography" -CONFIGURE_ARGS+=--enable-module=ssl \ +CONFIGURE_ARGS+=--enable-module=ssl \\ --enable-module=define CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" |