summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-12-23 09:42:36 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-12-23 09:42:36 +0000
commit886c3156f332e84650368b1364973bc35cd29c75 (patch)
tree148304e7b705a8a876c0376d7c2f3b652bc0de71 /mail/mutt-devel
parentUpgrade to version 3.4.2. (diff)
Fix WITH_MUTT_SSL case by adding WITH_MUTT_IMAP
PR: 33107 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=52035
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index b712a1735632..3b4d93e776b7 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -68,6 +68,10 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \
WITH_MUTT_HTML= yes
.endif
.endif
+.if defined(WITH_MUTT_SSL) && !defined(WITH_MUTT_IMAP) && \
+ !defined(WITH_MUTT_POP)
+WITH_MUTT_IMAP= yes
+.endif
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
giconv.2:${PORTSDIR}/converters/libiconv