diff options
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r-- | devel/doxygen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 6b78df809b9f..f14de30ae9fb 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -16,7 +16,7 @@ COMMENT= Documentation system for C, C++, and other languages LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= bison cmake:outsource,noninja compiler:c++11-lang iconv python shebangfix +USES= bison cmake:noninja compiler:c++11-lang iconv python shebangfix ALL_TARGET= all CMAKE_ARGS+= -DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL} # Parallel jobs breaks when the DOCS option is on |