Date: Sat, 20 Aug 2016 17:39:45 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420521 - head/mail/notmuch Message-ID: <201608201739.u7KHdji1060598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608201739.u7KHdji1060598>