aboutsummaryrefslogtreecommitdiff
path: root/japanese/mutt-devel
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-28 05:12:01 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-28 05:12:01 +0000
commit7453030222d0779714ea5ccc008fd19c8830132a (patch)
tree86e3f9676dacb3ecd5b3b98ba35459bb36dc1b25 /japanese/mutt-devel
parent2b1f909e36d9af8597bee0e93d31f159389f4231 (diff)
downloadports-7453030222d0779714ea5ccc008fd19c8830132a.tar.gz
ports-7453030222d0779714ea5ccc008fd19c8830132a.zip
japanese/mutt-devel: MAILDIR_HEADER_CACHE implies IMAP_HEADER_CACHE
Before r316624 the port had .if defined(WITH_MUTT_MAILDIR_HEADER_CACHE) WITH_MUTT_IMAP_HEADER_CACHE= yes .endif which was wrongly converted to the current construct. It looks like MAILDIR_HEADER_CACHE=on was meant to imply IMAP_HEADER_CACHE=on.
Notes
Notes: svn path=/head/; revision=502850
Diffstat (limited to 'japanese/mutt-devel')
-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} /'