diff options
author | antoine <antoine@FreeBSD.org> | 2019-03-26 02:12:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-03-26 02:12:38 +0800 |
commit | e0ee42c2c00cc0bb930b1422f1e512b75baa4029 (patch) | |
tree | 3a38c72c4bd129a54bb52aec07841d631b84ec08 /graphics | |
parent | 319632888d364004b5619fa6f39bfae5a68f2c13 (diff) | |
download | freebsd-ports-gnome-e0ee42c2c00cc0bb930b1422f1e512b75baa4029.tar.gz freebsd-ports-gnome-e0ee42c2c00cc0bb930b1422f1e512b75baa4029.tar.zst freebsd-ports-gnome-e0ee42c2c00cc0bb930b1422f1e512b75baa4029.zip |
Fix build with DEFAULT_VERSIONS=python=3.x
PR: 234687
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opensubdiv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile index bfda8ca2f6f0..edb2e3a5353f 100644 --- a/graphics/opensubdiv/Makefile +++ b/graphics/opensubdiv/Makefile @@ -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 |