summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:47:51 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:47:51 +0000
commit472dad3abb0a4bc0106d559154f6cbe7975c8be0 (patch)
tree12a24f45be2471cff41bd61ef4c9d35b88a401d7 /graphics
parent- Convert USE_PYTHON to new USES in www/ (diff)
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@
Notes
Notes: svn path=/head/; revision=376110
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cegui/Makefile2
-rw-r--r--graphics/osg-devel/Makefile2
-rw-r--r--graphics/partio/Makefile2
-rw-r--r--graphics/zbar/Makefile3
4 files changed, 5 insertions, 4 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 23102dcac9d4..d53e32b049e6 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -47,7 +47,7 @@ LUA_LIB_DEPENDS= libtolua++-${LUA_VER}.so:${PORTSDIR}/lang/tolua++
LUA_CMAKE_ON= -DCEGUI_BUILD_LUA_MODULE=ON -DCEGUI_BUILD_LUA_GENERATOR=ON
LUA_CMAKE_OFF= -DCEGUI_BUILD_LUA_MODULE=OFF -DCEGUI_BUILD_LUA_GENERATOR=OFF
# this option is not currently used as it doesn't compile (see also CMAKE_ARGS below)
-PYTHON_USE= PYTHON=yes
+PYTHON_USES= python
PYTHON_LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
PYTHON_CMAKE_ON= -DCEGUI_BUILD_PYTHON_MODULES=ON
PYTHON_CMAKE_OFF= -DCEGUI_BUILD_PYTHON_MODULES=OFF
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile
index b431341cc1fc..ad599f7c0ba6 100644
--- a/graphics/osg-devel/Makefile
+++ b/graphics/osg-devel/Makefile
@@ -75,7 +75,7 @@ QT4_CMAKE_ON= -DOSG_USE_QT=ON
QT4_CMAKE_OFF= -DOSG_USE_QT=OFF
LUA_USES= lua:52
V8_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8
-PYTHON_USE= PYTHON=2
+PYTHON_USES= python:2
.include <bsd.port.options.mk>
diff --git a/graphics/partio/Makefile b/graphics/partio/Makefile
index 71324a09b09f..10ae7673595b 100644
--- a/graphics/partio/Makefile
+++ b/graphics/partio/Makefile
@@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS PYTHON
OPTIONS_DEFAULT= PYTHON
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-PYTHON_USE= PYTHON=2.7+
+PYTHON_USES= python:2.7+
PYTHON_BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
.include <bsd.port.options.mk>
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile
index d427c6c75701..1d428dc43ad4 100644
--- a/graphics/zbar/Makefile
+++ b/graphics/zbar/Makefile
@@ -37,7 +37,8 @@ V4L_BUILD_DEPENDS= v4l_compat>=1.0.20101027:${PORTSDIR}/multimedia/v4l_compat
V4L_CONFIGURE_ON= --enable-video=yes
V4L_CONFIGURE_OFF= --enable-video=no
-PYTHON_USE= PYTHON=2 GNOME=pygtk2
+PYTHON_USE= GNOME=pygtk2
+PYTHON_USES= python:2
PYTHON_CONFIGURE_ON= --with-python=yes
PYTHON_CONFIGURE_OFF= --with-python=no