diff options
author | marino <marino@FreeBSD.org> | 2016-08-21 01:39:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-21 01:39:44 +0800 |
commit | 0b9581dbeb0ed094e73a922072a0a14551bb409c (patch) | |
tree | f156d715603a66bf8ba21756b6388391f8bea5ef /mail | |
parent | 723e424b0fdd2213da46d54f1e647239d002a589 (diff) | |
download | freebsd-ports-gnome-0b9581dbeb0ed094e73a922072a0a14551bb409c.tar.gz freebsd-ports-gnome-0b9581dbeb0ed094e73a922072a0a14551bb409c.tar.zst freebsd-ports-gnome-0b9581dbeb0ed094e73a922072a0a14551bb409c.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/notmuch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 8fdfe97d7591..98bc4fcf1f19 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -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} \ |