aboutsummaryrefslogtreecommitdiffstats
path: root/mail/horde-imp
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/horde-imp
parent9be788b6a9d3585a1440cce64bd02e3529af5914 (diff)
downloadfreebsd-ports-gnome-9b0597c4d168b29d01d20eab9185ff4b40860939.tar.gz
freebsd-ports-gnome-9b0597c4d168b29d01d20eab9185ff4b40860939.tar.zst
freebsd-ports-gnome-9b0597c4d168b29d01d20eab9185ff4b40860939.zip
- Fix dependency on cyrus-imapd23
PR: ports/110639, ports/110643 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'mail/horde-imp')
-rw-r--r--mail/horde-imp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile
index ea79cd4b9d0d..d0f90441684d 100644
--- a/mail/horde-imp/Makefile
+++ b/mail/horde-imp/Makefile
@@ -141,8 +141,8 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.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)