diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-22 04:28:58 +0800 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-22 04:28:58 +0800 |
commit | f1c64ff7d54d9b825d75d5ca03878caac340817b (patch) | |
tree | dce86c218252c905e229de433c0416ac72cdcd3b /mail/horde-mimp | |
parent | 775b0262f8333a591ec31ed42483c16f31c364e3 (diff) | |
download | freebsd-ports-gnome-f1c64ff7d54d9b825d75d5ca03878caac340817b.tar.gz freebsd-ports-gnome-f1c64ff7d54d9b825d75d5ca03878caac340817b.tar.zst freebsd-ports-gnome-f1c64ff7d54d9b825d75d5ca03878caac340817b.zip |
- Fix dependency on cyrus-imapd23
PR: ports/110639, ports/110643
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'mail/horde-mimp')
-rw-r--r-- | mail/horde-mimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index f3474a94edf4..c363ec1536a3 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-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) |