diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-07-13 11:36:58 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-07-13 11:36:58 +0800 |
commit | a21256711e3b6297abcbf4e7479dd8eebe9798e4 (patch) | |
tree | 11bc080cfd6ff548371311f370892177d032a41e /multimedia | |
parent | 4fb14e5788ae99cdc77aeb21603a81861dd75cb7 (diff) | |
download | freebsd-ports-gnome-a21256711e3b6297abcbf4e7479dd8eebe9798e4.tar.gz freebsd-ports-gnome-a21256711e3b6297abcbf4e7479dd8eebe9798e4.tar.zst freebsd-ports-gnome-a21256711e3b6297abcbf4e7479dd8eebe9798e4.zip |
Add a missing dependency on graphics/ImageMagick.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-moviepy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/py-moviepy/Makefile b/multimedia/py-moviepy/Makefile index 27aec10fded6..f5902b5ab10c 100644 --- a/multimedia/py-moviepy/Makefile +++ b/multimedia/py-moviepy/Makefile @@ -12,7 +12,8 @@ COMMENT= Video editing with Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator \ +RUN_DEPENDS= convert:graphics/ImageMagick \ + ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \ ${PYTHON_PKGNAMEPREFIX}imageio>0:graphics/py-imageio \ ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv \ |