aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2010-10-19 01:26:12 +0800
committerume <ume@FreeBSD.org>2010-10-19 01:26:12 +0800
commit18934f9e50113522249ceb823094e5dec0cab6c7 (patch)
tree192a3e9124b2fe77fd5aa9061a98df17263f0ced /mail
parentc6aeecab5ce4e0540d3851240176b56ef5a75b5b (diff)
downloadfreebsd-ports-gnome-18934f9e50113522249ceb823094e5dec0cab6c7.tar.gz
freebsd-ports-gnome-18934f9e50113522249ceb823094e5dec0cab6c7.tar.zst
freebsd-ports-gnome-18934f9e50113522249ceb823094e5dec0cab6c7.zip
Add support for Cyrus IMAPd 2.4.x.
Diffstat (limited to 'mail')
-rw-r--r--mail/websieve/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/websieve/Makefile b/mail/websieve/Makefile
index feef583a6e3d..3ebb9d999390 100644
--- a/mail/websieve/Makefile
+++ b/mail/websieve/Makefile
@@ -26,13 +26,17 @@ NO_BUILD= yes
OPTIONS= CYRUS_IMAPD_21 "With Cyrus IMAPd version 2.1.x" off \
CYRUS_IMAPD_22 "With Cyrus IMAPd version 2.2.x" off \
- CYRUS_IMAPD_23 "With Cyrus IMAPd version 2.3.x" on
+ CYRUS_IMAPD_23 "With Cyrus IMAPd version 2.3.x" on \
+ CYRUS_IMAPD_24 "With Cyrus IMAPd version 2.4.x" off
.include <bsd.port.pre.mk>
CYRUS_IMAP_PM= ${SITE_PERL}/${PERL_ARCH}/Cyrus/IMAP/Admin.pm
-.if defined(WITH_CYRUS_IMAPD_23)
+.if defined(WITH_CYRUS_IMAPD_24)
+RUN_DEPENDS+= ${CYRUS_IMAP_PM}:${PORTSDIR}/mail/cyrus-imapd24
+FUNCLIB_PL= funclib.cyrus
+.elif defined(WITH_CYRUS_IMAPD_23)
RUN_DEPENDS+= ${CYRUS_IMAP_PM}:${PORTSDIR}/mail/cyrus-imapd23
FUNCLIB_PL= funclib.cyrus
.elif defined(WITH_CYRUS_IMAPD_22)