summaryrefslogtreecommitdiff
path: root/mail/horde4-imp
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-03-12 18:29:26 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-03-12 18:29:26 +0000
commit8f0fde6806b807ce535b5574b03574204c58c54e (patch)
treeaef638c294a8ff4b048161a8d61a1d518ce830b1 /mail/horde4-imp
parentUpdate to 1.04 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=187223
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r--mail/horde4-imp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile
index 540c7d1eaf50..ea79cd4b9d0d 100644
--- a/mail/horde4-imp/Makefile
+++ b/mail/horde4-imp/Makefile
@@ -42,7 +42,7 @@ COMMENT= A webmail system which accesses mail over IMAP
#
# - WITH_HTML : enable HTML composition mode;
#
-# - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine;
+# - WITH_IMAPSERVER : if you to depend on an IMAP server;
#
# or you can select to work with one of these servers:
#
@@ -138,11 +138,11 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \
# else we shall install imap-uw.
# IMAP servers are ordered according to my tastes, if several are
# installed, we just record the first one.
-.if !defined(WITHOUT_IMAPSERVER)
+.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-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)