diff options
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 56430e87a012..48b82322a2d0 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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 |