View | Details | Raw Unified | Return to bug 201884
Collapse All | Expand All

(-)mail/notmuch/Makefile (-1 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	notmuch
4
PORTNAME=	notmuch
5
PORTVERSION=	0.20.2
5
PORTVERSION=	0.20.2
6
PORTREVISION=	1
6
CATEGORIES=	mail
7
CATEGORIES=	mail
7
MASTER_SITES=	http://notmuchmail.org/releases/
8
MASTER_SITES=	http://notmuchmail.org/releases/
8
9
Lines 11-17 COMMENT= Thread-based email index, search, and tagging application Link Here
11
12
12
LICENSE=	GPLv3
13
LICENSE=	GPLv3
13
14
14
BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
15
BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx \
16
		c++filt:${PORTSDIR}/devel/binutils
15
LIB_DEPENDS=	libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
17
LIB_DEPENDS=	libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
16
		libxapian.so:${PORTSDIR}/databases/xapian-core \
18
		libxapian.so:${PORTSDIR}/databases/xapian-core \
17
		libtalloc.so:${PORTSDIR}/devel/talloc
19
		libtalloc.so:${PORTSDIR}/devel/talloc

Return to bug 201884