diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-05 11:24:40 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-05 11:24:40 +0000 |
commit | 872c435c6838732ecc0015382da8748d217bb390 (patch) | |
tree | 2188cd40a5aae9036390e73385b991edd048dcbf /www | |
parent | 57193b00ceeab6d68ce07eae3d8407d3c5b40de4 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 3 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index e97f67cb103a..0f98a3fb6509 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -98,6 +98,9 @@ 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}" ;; diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index e97f67cb103a..0f98a3fb6509 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -98,6 +98,9 @@ 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}" ;; |