diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-12 18:29:26 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-12 18:29:26 +0000 |
commit | 8f0fde6806b807ce535b5574b03574204c58c54e (patch) | |
tree | aef638c294a8ff4b048161a8d61a1d518ce830b1 /mail/horde-imp/Makefile | |
parent | 3ca904a4d1d46b9459f2f0a5cc46d67f05342381 (diff) | |
download | ports-8f0fde6806b807ce535b5574b03574204c58c54e.tar.gz ports-8f0fde6806b807ce535b5574b03574204c58c54e.zip |
Notes
Diffstat (limited to 'mail/horde-imp/Makefile')
-rw-r--r-- | mail/horde-imp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 540c7d1eaf50..ea79cd4b9d0d 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-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) |