diff options
-rw-r--r-- | mail/notmuch/Makefile | 4 |
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 |