diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-04 20:04:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-04 20:04:08 +0000 |
commit | 6255083f4bd0f9485bdda1423d2cabbb962466d5 (patch) | |
tree | 43d7a8d28ed25463c12e1fa9c27b278f4fd6552e /mail/horde-imp | |
parent | 494fb86e84c9e9648156110aadcc5ad340bcd1bf (diff) | |
download | ports-6255083f4bd0f9485bdda1423d2cabbb962466d5.tar.gz ports-6255083f4bd0f9485bdda1423d2cabbb962466d5.zip |
Notes
Diffstat (limited to 'mail/horde-imp')
-rw-r--r-- | mail/horde-imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 84b29e53c5ab..5037567e8de5 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-imp/Makefile @@ -146,7 +146,7 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.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-imapd +RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 . 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) |