aboutsummaryrefslogtreecommitdiff
path: root/graphics/openimageio
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-04-18 06:39:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-04-18 06:39:37 +0000
commit488cfe3a4159846c4a1848a07c51ff1a3c90f766 (patch)
treec70f2645ab9c095c951f9934e01aacfc8f3e25a5 /graphics/openimageio
parent02e02133d3096206fa919594d63180f629bc7c56 (diff)
downloadports-488cfe3a4159846c4a1848a07c51ff1a3c90f766.tar.gz
ports-488cfe3a4159846c4a1848a07c51ff1a3c90f766.zip
graphics/py-openimageio: expose Python 3.x support after r461885
Notes
Notes: svn path=/head/; revision=467681
Diffstat (limited to 'graphics/openimageio')
-rw-r--r--graphics/openimageio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 3e0c2dbcfd04..8a5f38dc6eb0 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -96,8 +96,8 @@ CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL=OFF \
LIB_DEPENDS+= libOpenImageIO.so:graphics/openimageio \
${PY_BOOST}
PLIST= ${PKGDIR}/pkg-plist-pybind
-#while oiio supports py3, ports doesn't have py3 support for boost-python yet
-USES+= python:2.7
+USES+= python
+USE_PYTHON= flavors
CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \
-DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF
.endif