diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 01:10:06 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 01:10:06 +0800 |
commit | 4ab1e443e6061bb92001b7facab50925aafa5c00 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/notmuch/Makefile | |
parent | c0c105d8a8d23bf949657d63bdf5b6869a210891 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |