aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mutt-devel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index b21d66713078..87d356c29397 100644
--- a/japanese/mutt-devel/Makefile
+++ b/japanese/mutt-devel/Makefile
@@ -6,7 +6,7 @@
PORTNAME= mutt
PORTVERSION= ${VERSION}.j${JP_VERSION}
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= japanese mail
MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \
@@ -86,6 +86,8 @@ MAILDIR_HEADER_CACHE_DESC= maildir header cache
DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-nodoc-contrib
+MAILDIR_HEADER_CACHE_IMPLIES= IMAP_HEADER_CACHE
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -94,9 +96,6 @@ USES+= gettext
.if ${PORT_OPTIONS:MCYRUS_SASL2}
LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2
.endif
-.if ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE}
-PORT_OPTIONS+= MAILDIR_HEADER_CACHE
-.endif
.if ${PORT_OPTIONS:MIMAP_HEADER_CACHE}
USES+= bdb
CONFIGURE_SED= -e 's/BDB_VERSIONS="/&${BDB_LIB_NAME} db${BDB_VER} /'