Date: Mon, 28 Nov 2016 18:36:59 +0000 (UTC) From: Mikhail Pchelin <misha@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427342 - head/mail/notmuch Message-ID: <201611281836.uASIaxvp010610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: misha Date: Mon Nov 28 18:36:59 2016 New Revision: 427342 URL: https://svnweb.freebsd.org/changeset/ports/427342 Log: - update RUN_DEPENDS for MUTT option PR: 214860 Submitted by: pkubaj@anongoth.pl Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor) Modified: head/mail/notmuch/Makefile Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Mon Nov 28 18:18:16 2016 (r427341) +++ head/mail/notmuch/Makefile Mon Nov 28 18:36:59 2016 (r427342) @@ -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=${PRE --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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611281836.uASIaxvp010610>