diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:19:06 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:19:06 +0000 |
commit | ff202802ba0a69ef80e6f4c5351026ae333c3d3e (patch) | |
tree | 88e407e991acacea67d73e08d4958c978be772a4 | |
parent | graphics/colmap: Use latest Sphinx version (diff) |
math/ceres-solver: Use latest Sphinx version
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=561561
-rw-r--r-- | math/ceres-solver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 3472cd9297ce..a8d6d8d56017 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -38,7 +38,8 @@ OPTIONS_GROUP_SPARSE= CXSPARSE EIGENSPARSE SUITESPARSE CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of Eigen CUSTOM_BLAS_CMAKE_BOOL= CUSTOM_BLAS -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx18 +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} DOCS_USES= python:build DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION |