diff options
author | wxs <wxs@FreeBSD.org> | 2009-08-18 01:14:45 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-08-18 01:14:45 +0800 |
commit | fdde2e7540842e6e79ec463c3336d2a7966a88b1 (patch) | |
tree | 3e094b7eea77693740800c9b2b7f1b8fc36392de | |
parent | c43f6f8a9d7ff4937e25a6eaf11ced5821a978e0 (diff) | |
download | freebsd-ports-gnome-fdde2e7540842e6e79ec463c3336d2a7966a88b1.tar.gz freebsd-ports-gnome-fdde2e7540842e6e79ec463c3336d2a7966a88b1.tar.zst freebsd-ports-gnome-fdde2e7540842e6e79ec463c3336d2a7966a88b1.zip |
- Broken due to mail/dovecot update.
-rw-r--r-- | mail/dovecot-antispam/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot-managesieve/Makefile | 2 |
2 files changed, 4 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/ diff --git a/mail/dovecot-managesieve/Makefile b/mail/dovecot-managesieve/Makefile index bc53bea283fc..91740c576fd4 100644 --- a/mail/dovecot-managesieve/Makefile +++ b/mail/dovecot-managesieve/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= dovecot>=1.1.*:${PORTSDIR}/mail/dovecot \ DOVECOTVERSION= 1.1 +BROKEN= Needs updating to reflect new mail/dovecot version. + GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-dovecot=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` \ |