svn commit: r496848 - head/graphics/opensubdiv

Antoine Brodin antoine at FreeBSD.org
Mon Mar 25 18:12:40 UTC 2019


Author: antoine
Date: Mon Mar 25 18:12:38 2019
New Revision: 496848
URL: https://svnweb.freebsd.org/changeset/ports/496848

Log:
  Fix build with DEFAULT_VERSIONS=python=3.x
  
  PR:		234687

Modified:
  head/graphics/opensubdiv/Makefile

Modified: head/graphics/opensubdiv/Makefile
==============================================================================
--- head/graphics/opensubdiv/Makefile	Mon Mar 25 18:09:43 2019	(r496847)
+++ head/graphics/opensubdiv/Makefile	Mon Mar 25 18:12:38 2019	(r496848)
@@ -31,6 +31,7 @@ OPTIONS_SUB=		yes
 DOCS_CMAKE_BOOL_OFF=	NO_DOC
 DOCS_BUILD_DEPENDS=	rst2html.py:textproc/py-docutils \
 			doxygen>=1.8.4:devel/doxygen
+DOCS_USES=		python:build
 
 EXAMPLES_CMAKE_BOOL_OFF=	NO_EXAMPLES
 EXAMPLES_USE=		xorg=ice,sm,x11,xcursor,xext,xi,xinerama,xrandr,xxf86vm


More information about the svn-ports-all mailing list