diff options
author | sat <sat@FreeBSD.org> | 2007-03-13 02:29:26 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-13 02:29:26 +0800 |
commit | c261c8737e386f5c3c4f170195d5276d3133fb32 (patch) | |
tree | b83c832d2c3a28146e3b6fb6123daaa2bc0e3a77 /mail/horde-mimp | |
parent | 1abea618e4faad3196b70ae0541f00bfb497bd6d (diff) | |
download | freebsd-ports-gnome-c261c8737e386f5c3c4f170195d5276d3133fb32.tar.gz freebsd-ports-gnome-c261c8737e386f5c3c4f170195d5276d3133fb32.tar.zst freebsd-ports-gnome-c261c8737e386f5c3c4f170195d5276d3133fb32.zip |
- Don't depend on imap servers by default
- Change from cyrus-imapd2 to cyrus-imapd23
PR: ports/110010
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'mail/horde-mimp')
-rw-r--r-- | mail/horde-mimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index a505604ccc1e..f3474a94edf4 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -98,7 +98,7 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig . if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw . elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a) -RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 +RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd23 . elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap . elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) |