svn commit: r420521 - head/mail/notmuch

John Marino marino at FreeBSD.org
Sat Aug 20 17:39:46 UTC 2016


Author: marino
Date: Sat Aug 20 17:39:44 2016
New Revision: 420521
URL: https://svnweb.freebsd.org/changeset/ports/420521

Log:
  mail/notmuch: unbreak everywhere
  
  The configure argument for docs+doxygen is "--with-docs" and
  "--without-docs", not "--with-api-docs".  I check configure to be sure.
  The build was failing everywhere with "Unrecognized option" error message
  during configure phase.
  
  Approved by:	just-fix-it

Modified:
  head/mail/notmuch/Makefile

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Sat Aug 20 17:26:20 2016	(r420520)
+++ head/mail/notmuch/Makefile	Sat Aug 20 17:39:44 2016	(r420521)
@@ -26,7 +26,7 @@ OPTIONS_SUB=	yes
 BASH_BUILD_DEPENDS=	bash-completion>=1.90:shells/bash-completion
 BASH_RUN_DEPENDS=	${BASH_BUILD_DEPENDS}
 BASH_CONFIGURE_WITH=	bash-completion
-DOXYGEN_CONFIGURE_WITH=	api-docs
+DOXYGEN_CONFIGURE_WITH=	docs
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
 EMACS_CONFIGURE_WITH=	emacs
 EMACS_CONFIGURE_ON=	--emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \


More information about the svn-ports-all mailing list