svn commit: r399411 - head/mail/notmuch

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 15 20:58:09 UTC 2015


Author: amdmi3
Date: Thu Oct 15 20:58:08 2015
New Revision: 399411
URL: https://svnweb.freebsd.org/changeset/ports/399411

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/mail/notmuch/Makefile

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Thu Oct 15 20:57:42 2015	(r399410)
+++ head/mail/notmuch/Makefile	Thu Oct 15 20:58:08 2015	(r399411)
@@ -30,14 +30,9 @@ BASH_CONFIGURE_OFF=	--without-bash-compl
 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


More information about the svn-ports-head mailing list