git: 0fd347eaa966 - main - audio/beets: Convert to USES=magick
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 11:11:17 UTC
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fd347eaa9665a9a3c8794441f7520c4b13ca032 commit 0fd347eaa9665a9a3c8794441f7520c4b13ca032 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2023-04-16 13:26:44 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2023-04-30 11:10:40 +0000 audio/beets: Convert to USES=magick Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D39598 --- audio/beets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}