svn commit: r438513 - head/x11-toolkits/py-kivy

David Naylor dbn at FreeBSD.org
Fri Apr 14 14:16:20 UTC 2017


Author: dbn
Date: Fri Apr 14 14:16:19 2017
New Revision: 438513
URL: https://svnweb.freebsd.org/changeset/ports/438513

Log:
  x11-toolkits/py-kivy: fix concurrency, dependency
  
   - Chase change in name of opencv
   - Switch to using autoplist (makes installing with python 3 easier)
   - Mark the port as concurrent

Modified:
  head/x11-toolkits/py-kivy/Makefile

Modified: head/x11-toolkits/py-kivy/Makefile
==============================================================================
--- head/x11-toolkits/py-kivy/Makefile	Fri Apr 14 13:22:04 2017	(r438512)
+++ head/x11-toolkits/py-kivy/Makefile	Fri Apr 14 14:16:19 2017	(r438513)
@@ -22,9 +22,9 @@ MAKE_ENV=	KIVY_NO_CONFIG=yes KIVY_NO_FIL
 		PYTHONPATH=${WRKSRC}
 
 USE_GITHUB=	yes
-USES=		display:test python:2.7+,concurrent uniquefiles:dirs
+USES=		display:test python uniquefiles:dirs
 USE_GL=		egl gl glesv2
-USE_PYTHON=	distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 PYDISTUTILS_BUILD_TARGET=	build_ext
 PYDISTUTILS_BUILDARGS=		--inplace


More information about the svn-ports-head mailing list