diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-06 09:17:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-06 09:17:39 +0000 |
commit | a22536ea05140f15dcc8d6aa8e8a97a09d1de6dc (patch) | |
tree | 0b39318bb32a651e197a61b04fecaed227f88ee7 | |
parent | Fix after empty FLAVOR as make argument was forbidden (diff) |
Unbreak poudriere bulk -a, py-opencv works only with python 2.7
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=458236
-rw-r--r-- | x11-toolkits/py-kivy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index ea3ef470a6d4..079ee0b987bb 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -21,7 +21,7 @@ TEST_DEPENDS= nosetests-${PYTHON_VER}:devel/py-nose@${FLAVOR} MAKE_ENV= KIVY_NO_CONFIG=yes KIVY_NO_FILELOG=yes USE_OPENGL_ES2=1 \ PYTHONPATH=${WRKSRC} -USES= display:test python:2.7+ uniquefiles:dirs +USES= display:test python:2.7 uniquefiles:dirs USE_GITHUB= yes USE_GL= egl gl glesv2 USE_PYTHON= autoplist concurrent cython distutils |