diff options
Diffstat (limited to 'math/muparser/Makefile')
-rw-r--r-- | math/muparser/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/muparser/Makefile b/math/muparser/Makefile index dbb0772fc80a..41600a1b57d0 100644 --- a/math/muparser/Makefile +++ b/math/muparser/Makefile @@ -23,13 +23,12 @@ GNU_CONFIGURE= yes # otherwise it fails to build when the EXAMPLES option is ON MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= DOXYGEN EXAMPLES +OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_ALL_TARGET= documentation DOXYGEN_PORTDOCS= * -# PORTDOCS macro won't work if NOPORTDOCS is defined or if DOCS is disabled DOXYGEN_IMPLIES= DOCS EXAMPLES_CONFIGURE_ENABLE= samples |