diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:18:05 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:18:05 +0000 |
commit | 0211d0b52c4935ca318bc3571d2432ffb4cab3f4 (patch) | |
tree | ef2e775a5a0a7462f15170202167884e9251de9a | |
parent | devel/py-pyinstaller: Use latest Sphinx version (diff) |
graphics/colmap: Use latest Sphinx version
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=561560
-rw-r--r-- | graphics/colmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index a6c438139eb2..8b514621d22e 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -43,7 +43,8 @@ CGAL_BUILD_DEPENDS= cgal>0:math/cgal CGAL_CMAKE_BOOL= CGAL_ENABLED DOCS_BUILD_DEPENDS= gmake:devel/gmake \ - sphinx-build:textproc/py-sphinx18 + sphinx-build:textproc/py-sphinx \ + ${NONEXISTENT}:textproc/py-sphinx_rtd_theme DOCS_PORTDOCS= * OPENMP_USES= compiler:openmp |