diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2023-04-16 13:26:44 +0000 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2023-04-30 11:10:40 +0000 |
commit | 0fd347eaa9665a9a3c8794441f7520c4b13ca032 (patch) | |
tree | 4a2bd1aedac51945f03ad654134eaf61d9beb894 | |
parent | 1ff9f88dea5fe7de58a31252459b659346cf878b (diff) | |
download | ports-0fd347eaa9665a9a3c8794441f7520c4b13ca032.tar.gz ports-0fd347eaa9665a9a3c8794441f7520c4b13ca032.zip |
audio/beets: Convert to USES=magick
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D39598
-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 420b61edce4a..cdd5d3c6464c 100644 --- a/audio/beets/Makefile +++ b/audio/beets/Makefile @@ -68,7 +68,7 @@ DISCOGS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discogs-client>=2.2.1:audio/py-disco EMBYUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} FETCHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} FFMPEG_RUN_DEPENDS= ffmpeg>=2:multimedia/ffmpeg -IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6 +IMAGEMAGICK_USES= magick:run 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} |