- 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:
parent
3e63ec0906
commit
60b147cdc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334956
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue