diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-04-16 18:56:22 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-04-16 18:56:22 +0000 |
commit | 8a60e7fed4805696999391c91e37ea48bb308385 (patch) | |
tree | 574d42ce57ff86ec3d91a92ea76a95b8ed90985b /www/mod_php4/scripts/configure.php | |
parent | Close PR (diff) |
Upgrade to mod_ssl 2.6.3.
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 56430e87a012..48b82322a2d0 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -98,9 +98,6 @@ while [ "$1" ]; do fi ;; \"IMAP\") - echo "IMAP is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") echo "BUILD_DEPENDS+= \${PREFIX}/lib/libc-client4.a:\${PORTSDIR}/mail/imap-uw" echo "PHP_CONF_ARGS+= --with-imap=\${PREFIX}" ;; @@ -150,7 +147,7 @@ USE_OPENSSL= RSA BUILD_DEPENDS+= mm-config:\${PORTSDIR}/devel/mm \\ \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm -VERSION_MODSSL= 2.6.2 +VERSION_MODSSL= 2.6.3 CONFIGURE_ARGS+=--enable-module=ssl \\ --enable-module=define |