From 3a1d9a296adcd2d41609b98f27a3bd841b5f1e4f Mon Sep 17 00:00:00 2001 From: Mikhail Pchelin Date: Mon, 28 Nov 2016 18:36:59 +0000 Subject: [PATCH] - update RUN_DEPENDS for MUTT option PR: 214860 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor) --- mail/notmuch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 408b34653fca..525c0af3efc2 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -3,6 +3,7 @@ PORTNAME= notmuch PORTVERSION= 0.23.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -42,7 +43,8 @@ EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ --emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} EMACS_USE= EMACS=yes MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -MUTT_RUN_DEPENDS= p5-Mail-Tools>0:mail/p5-Mail-Tools \ +MUTT_RUN_DEPENDS= p5-Term-ReadLine-Gnu>0:devel/p5-Term-ReadLine-Gnu \ + p5-Mail-Tools>0:mail/p5-Mail-Tools \ p5-Mail-Box>0:mail/p5-Mail-Box \ p5-String-ShellQuote>0:textproc/p5-String-ShellQuote MUTT_USE= PERL=yes