svn commit: r511060 - head/multimedia/py-PySceneDetect

Antoine Brodin antoine at FreeBSD.org
Wed Sep 4 06:02:40 UTC 2019


Author: antoine
Date: Wed Sep  4 06:02:39 2019
New Revision: 511060
URL: https://svnweb.freebsd.org/changeset/ports/511060

Log:
  Unbreak bulk -a

Modified:
  head/multimedia/py-PySceneDetect/Makefile

Modified: head/multimedia/py-PySceneDetect/Makefile
==============================================================================
--- head/multimedia/py-PySceneDetect/Makefile	Wed Sep  4 05:18:07 2019	(r511059)
+++ head/multimedia/py-PySceneDetect/Makefile	Wed Sep  4 06:02:39 2019	(r511060)
@@ -18,9 +18,9 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}opencv>=0:graphics/py-opencv@${PY_FLAVOR} \
 		mkvmerge:multimedia/mkvtoolnix
 
-USES=		python
+USES=		python:2.7
 USE_GITHUB=	yes
 GH_ACCOUNT=	Breakthrough
-USE_PYTHON=	autoplist concurrent distutils flavors
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list