aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-07-30 04:31:09 +0800
committerrobak <robak@FreeBSD.org>2015-07-30 04:31:09 +0800
commitf5ea131d8caa3707e5a30880489ad68ae643b7a1 (patch)
tree79818213c1aa331171d265ef664f269e0b8f77d9 /mail
parent500a733f0a1c92caabaae7824e870c76d0022e5e (diff)
downloadfreebsd-ports-gnome-f5ea131d8caa3707e5a30880489ad68ae643b7a1.tar.gz
freebsd-ports-gnome-f5ea131d8caa3707e5a30880489ad68ae643b7a1.tar.zst
freebsd-ports-gnome-f5ea131d8caa3707e5a30880489ad68ae643b7a1.zip
mail/notmuch: add missing BUILD_DEPENDS
PR: 201884 Submitted by: Mikhail <mp39590@gmail.com> (maintainer) MFH: 2015Q3
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index c1a05473796f..d96d3542f1ad 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -3,6 +3,7 @@
PORTNAME= notmuch
PORTVERSION= 0.20.2
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
@@ -11,7 +12,8 @@ COMMENT= Thread-based email index, search, and tagging application
LICENSE= GPLv3
-BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
+BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx \
+ c++filt:${PORTSDIR}/devel/binutils
LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
libxapian.so:${PORTSDIR}/databases/xapian-core \
libtalloc.so:${PORTSDIR}/devel/talloc