diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-17 17:14:45 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-17 17:14:45 +0000 |
commit | a1eb99ab34a51a17dd1135c67317855fe4aabd53 (patch) | |
tree | 2fcc44eef3bd6507b7f3da9c2dda4151884bea5f /mail/dovecot-antispam | |
parent | ed41fd9a05bc8c668eb7b878f88df019dcad7871 (diff) | |
download | ports-a1eb99ab34a51a17dd1135c67317855fe4aabd53.tar.gz ports-a1eb99ab34a51a17dd1135c67317855fe4aabd53.zip |
Notes
Diffstat (limited to 'mail/dovecot-antispam')
-rw-r--r-- | mail/dovecot-antispam/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/dovecot-antispam/Makefile b/mail/dovecot-antispam/Makefile index 8dace526c618..6304c20bf85a 100644 --- a/mail/dovecot-antispam/Makefile +++ b/mail/dovecot-antispam/Makefile @@ -30,6 +30,8 @@ OPTIONS+= MAILTRAIN "send mail to special addresses for training" off OPTIONS+= DEBUG "Turn on debug information (syslog)" off OPTIONS+= DEBUG_VERBOSE "Turn on verbose debug" off +BROKEN= Needs updating to reflect new mail/dovecot version. + do-install: ${INSTALL_DATA} ${WRKSRC}/lib90_antispam_plugin.so \ ${PREFIX}/lib/dovecot/imap/ |