diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-11-10 19:57:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-11-10 19:57:07 +0000 |
commit | 289883b11b6d306dfca0bb78c7784880c0944289 (patch) | |
tree | 0b5ef334a151c39e9372903664b7ca648b9009bb /audio/beets/Makefile | |
parent | 31914187382ef900631687fa9bf956c935ed6147 (diff) | |
download | ports-289883b11b6d306dfca0bb78c7784880c0944289.tar.gz ports-289883b11b6d306dfca0bb78c7784880c0944289.zip |
Notes
Diffstat (limited to 'audio/beets/Makefile')
-rw-r--r-- | audio/beets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/beets/Makefile b/audio/beets/Makefile index 8176edb56a3d..e78a73eaa18f 100644 --- a/audio/beets/Makefile +++ b/audio/beets/Makefile @@ -76,7 +76,7 @@ EMBYUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_ FETCHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} FFMPEG_RUN_DEPENDS= ffmpeg>=2:multimedia/ffmpeg GMUSIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmusicapi>=0:audio/py-gmusicapi@${PY_FLAVOR} -IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick +IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6 IPFS_RUN_DEPENDS= ipfs-go:sysutils/ipfs-go KODIUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} LASTFM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylast>=0:audio/py-pylast@${PY_FLAVOR} |