- Fix the usage of 'python' to get rid of the implicit lang/python

dependency

Approved by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
This commit is contained in:
Marcus von Appen 2013-11-26 17:39:34 +00:00
parent 3e63ec0906
commit 60b147cdc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334956

View file

@ -43,7 +43,8 @@ USE_PYTHON= 2.6+
USE_LDCONFIG= yes
CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \
-DOCIO_BUILD_SHARED:BOOL=ON \
-DOCIO_BUILD_PYGLUE:BOOL=ON
-DOCIO_BUILD_PYGLUE:BOOL=ON \
-DPYTHON:FILEPATH=${PYTHON_CMD}
.else
LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio \
libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio