aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-12-16 06:52:52 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-12-16 06:52:52 +0000
commitdee1db339e1ad4b57bfe021090cae0037e2d8473 (patch)
tree2ef0829edcd7dd0f0ce45e49b814f6347fb81e68 /mail/cyrus-imapd24
parentdc4a527c1c660e0d3a2a59db006bb40c134cde2a (diff)
downloadports-dee1db339e1ad4b57bfe021090cae0037e2d8473.tar.gz
ports-dee1db339e1ad4b57bfe021090cae0037e2d8473.zip
Notes
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r--mail/cyrus-imapd24/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 55f09e936dd3..a2ca02cc2138 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -85,7 +85,7 @@ OPTIONS+= LDAP_PTLOADER "Enable LDAP ptloader" off
OPTIONS+= LISTEXT "Enable IMAP List extensions" off
OPTIONS+= MURDER "Enable IMAP Murder support" off
OPTIONS+= NETSCAPEHACK "Enable X-NETSCAPE extensions" off
-OPTIONS+= NNTP "Enable NNTP support" off
+OPTIONS+= NNTP "Enable NNTP support (BROKEN)" off
OPTIONS+= REPLICATION "Enable replication" off
OPTIONS+= SNMP_4 "Enable SNMP support using net-snmp v4" off \
SNMP_5 "Enable SNMP support using net-snmp v5" off
@@ -133,6 +133,7 @@ CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${BDB_VER} \
--with-bdb=db${BDB_SUFFIX}
.if defined(WITH_NNTP)
+IGNORE= NNTP support is broken by the original distribution
CONFIGURE_ARGS+=--enable-nntp
PLIST_SUB+= NNTP=""
.else