diff options
Diffstat (limited to 'devel/llvm70/Makefile')
-rw-r--r-- | devel/llvm70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm70/Makefile b/devel/llvm70/Makefile index 7e2109235cf1..a285578a823e 100644 --- a/devel/llvm70/Makefile +++ b/devel/llvm70/Makefile @@ -69,7 +69,7 @@ COMPILER_RT_DESC= Sanitizer libraries COMPILER_RT_DISTFILES= compiler-rt-${DISTVERSION}.src${EXTRACT_SUFX} COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS:S|^|${_CRTLIBDIR}/|} \ ${_COMPILER_RT_BLACKLISTS:S|^|${_CRTBLDIR}/|} -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx18 DOCS_PORTDOCS= llvm DOCS_CMAKE_ON= -DLLVM_ENABLE_SPHINX=ON \ -DSPHINX_WARNINGS_AS_ERRORS=OFF \ |