aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-16 04:58:08 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-16 04:58:08 +0800
commit24a6b2beb40e6d35593fac822dc563c1da192833 (patch)
tree9affe75b9ce9b5ab4727a56ba8d54347a3b9f709 /mail
parentdf8fa3c8dad56b81711419452546eab3bef714bb (diff)
downloadfreebsd-ports-gnome-24a6b2beb40e6d35593fac822dc563c1da192833.tar.gz
freebsd-ports-gnome-24a6b2beb40e6d35593fac822dc563c1da192833.tar.zst
freebsd-ports-gnome-24a6b2beb40e6d35593fac822dc563c1da192833.zip
- Switch to options helpers
Approved by: portmgr blanket
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 15c7d92a408c..5bc46ed3d57c 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -30,14 +30,9 @@ BASH_CONFIGURE_OFF= --without-bash-completion
EMACS_CONFIGURE_OFF= --without-emacs
EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \
--emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR}
+EMACS_USE= EMACS=yes
ZSH_CONFIGURE_OFF= --without-zsh-completion
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MEMACS}
-USE_EMACS= yes
-.endif
-
HAS_CONFIGURE= yes
USES= gmake pkgconfig python:build
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man