mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
PR: 225942 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) Relnotes: https://github.com/imageworks/OpenShadingLanguage/releases
11 lines
569 B
Text
11 lines
569 B
Text
--- src/doc/CMakeLists.txt.orig 2018-12-03 20:09:06 UTC
|
|
+++ src/doc/CMakeLists.txt
|
|
@@ -39,7 +39,7 @@ macro (docdeep_generate)
|
|
endif ()
|
|
set (docdeep_program ${CMAKE_SOURCE_DIR}/src/build-scripts/docdeep.py)
|
|
add_custom_command (OUTPUT ${mdfile}
|
|
- COMMAND python ${docdeep_program} -d ${_docdeep_NAME} -s docs.css
|
|
+ COMMAND %%PYCMD%% ${docdeep_program} -d ${_docdeep_NAME} -s docs.css
|
|
${_docdeep_SOURCE} > "${CMAKE_CURRENT_BINARY_DIR}/${mdfile}"
|
|
MAIN_DEPENDENCY ${docdeep_program}
|
|
DEPENDS ${_docdeep_SOURCE}
|