aboutsummaryrefslogtreecommitdiffstats
path: root/mail/notmuch/Makefile
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-22 01:10:06 +0800
committermva <mva@FreeBSD.org>2014-10-22 01:10:06 +0800
commit4ab1e443e6061bb92001b7facab50925aafa5c00 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/notmuch/Makefile
parentc0c105d8a8d23bf949657d63bdf5b6869a210891 (diff)
downloadfreebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.gz
freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.zst
freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.zip
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'mail/notmuch/Makefile')
-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>