summaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
commit306e66af5d83697a761205698232bca9aa68ef19 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/notmuch
parentEnable shared library (diff)
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371330
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index f24606e89b59..76705ad39a12 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -17,11 +17,10 @@ LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
libtalloc.so:${PORTSDIR}/devel/talloc
HAS_CONFIGURE= yes
-USES= pkgconfig gmake
+USES= pkgconfig python:build gmake
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
USE_LDCONFIG= yes
-USE_PYTHON_BUILD= yes
MAKE_ENV+= PYTHONCMD=${PYTHON_CMD}
.include <bsd.port.mk>