1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Disable IMAP support again. It shouldn't have been enabled. IMAP

support still doesn't work...

Reported by:	 Arcady Genkin <a.genkin@utoronto.ca>
This commit is contained in:
Dirk Froemberg 2000-05-05 11:24:40 +00:00
parent 57193b00ce
commit 872c435c68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28302
2 changed files with 6 additions and 0 deletions

View File

@ -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}"
;;

View File

@ -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}"
;;