svn commit: r561560 - head/graphics/colmap

Danilo G. Baio dbaio at FreeBSD.org
Thu Jan 14 14:18:05 UTC 2021


Author: dbaio
Date: Thu Jan 14 14:18:05 2021
New Revision: 561560
URL: https://svnweb.freebsd.org/changeset/ports/561560

Log:
  graphics/colmap: Use latest Sphinx version
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/colmap/Makefile

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Thu Jan 14 14:16:16 2021	(r561559)
+++ head/graphics/colmap/Makefile	Thu Jan 14 14:18:05 2021	(r561560)
@@ -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


More information about the svn-ports-all mailing list