svn commit: r427342 - head/mail/notmuch

Mikhail Pchelin misha at FreeBSD.org
Mon Nov 28 18:37:00 UTC 2016


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 at anongoth.pl
  Approved by:	mp39590 at 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


More information about the svn-ports-head mailing list