diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 08:47:51 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 08:47:51 +0000 |
commit | 472dad3abb0a4bc0106d559154f6cbe7975c8be0 (patch) | |
tree | 12a24f45be2471cff41bd61ef4c9d35b88a401d7 /graphics/zbar | |
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/zbar')
-rw-r--r-- | graphics/zbar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |