aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mimp
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-03-22 04:28:58 +0800
committersat <sat@FreeBSD.org>2007-03-22 04:28:58 +0800
commit9b0597c4d168b29d01d20eab9185ff4b40860939 (patch)
tree19d5e52b451ae1e02dba60060db9ec60f4ecc21d /mail/mimp
parent9be788b6a9d3585a1440cce64bd02e3529af5914 (diff)
downloadfreebsd-ports-graphics-9b0597c4d168b29d01d20eab9185ff4b40860939.tar.gz
freebsd-ports-graphics-9b0597c4d168b29d01d20eab9185ff4b40860939.tar.zst
freebsd-ports-graphics-9b0597c4d168b29d01d20eab9185ff4b40860939.zip
- Fix dependency on cyrus-imapd23
PR: ports/110639, ports/110643 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'mail/mimp')
-rw-r--r--mail/mimp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mimp/Makefile b/mail/mimp/Makefile
index f3474a94edf..c363ec1536a 100644
--- a/mail/mimp/Makefile
+++ b/mail/mimp/Makefile
@@ -97,8 +97,8 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig
.if defined(WITH_IMAPSERVER)
. 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-imapd23
+. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/cyrus/bin/master)
+RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/master:${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)