svn commit: r489112 - head/multimedia/py-moviepy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 2 23:58:38 UTC 2019


Author: sunpoet
Date: Wed Jan  2 23:58:32 2019
New Revision: 489112
URL: https://svnweb.freebsd.org/changeset/ports/489112

Log:
  Sort RUN_DEPENDS

Modified:
  head/multimedia/py-moviepy/Makefile

Modified: head/multimedia/py-moviepy/Makefile
==============================================================================
--- head/multimedia/py-moviepy/Makefile	Wed Jan  2 23:58:27 2019	(r489111)
+++ head/multimedia/py-moviepy/Makefile	Wed Jan  2 23:58:32 2019	(r489112)
@@ -13,11 +13,11 @@ COMMENT=	Video editing with Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2:devel/py-decorator@${PY_FLAVOR} \
+RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
+		${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}imageio>=2.1.2:graphics/py-imageio@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2:misc/py-tqdm@${PY_FLAVOR} \
-		ffmpeg:multimedia/ffmpeg
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list