diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-04 20:12:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-04 20:12:21 +0000 |
commit | 6e6494928f8656a02ab8fe36541ce5700e527c09 (patch) | |
tree | ddbc2e43a2bb934db5ac8246874f86894c83ab60 | |
parent | 04a5ecdc512444855c1cad0a378a4f65f8092d3b (diff) |
Notes
-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 a60559cc4bb9..3ee7d050132f 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 iconv python:2 shebangfix +USES= bison cmake:outsource,noninja iconv python shebangfix ALL_TARGET= all CMAKE_ARGS+= -DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL} # Parallel jobs breaks when the DOCS option is on |