diff options
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 29899b1cd6e4..d0c8ccfbf6e6 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -7,6 +7,7 @@ PORTNAME= notmuch PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -14,7 +15,7 @@ MAINTAINER= darwinsurvivor@gmail.com COMMENT= A thread-based email index, search and tagging application LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ - xapian.26:${PORTSDIR}/databases/xapian-core \ + xapian:${PORTSDIR}/databases/xapian-core \ talloc:${PORTSDIR}/devel/talloc MAN1= notmuch.1 |