git: 24032e026462 - main - graphics/R-cran-magick: Convert to USES=magick

From: Felix Palmen <zirias_at_FreeBSD.org>
Date: Sun, 30 Apr 2023 11:11:18 UTC
The branch main has been updated by zirias:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24032e02646210d624e0fc73f9939c0f6971e9b7

commit 24032e02646210d624e0fc73f9939c0f6971e9b7
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-04-16 13:33:36 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-04-30 11:10:40 +0000

    graphics/R-cran-magick: Convert to USES=magick
    
    Approved by:            tcberner (mentor, implicit)
    Differential Revision:  https://reviews.freebsd.org/D39599
---
 graphics/R-cran-magick/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/graphics/R-cran-magick/Makefile b/graphics/R-cran-magick/Makefile
index 5285e6c0bc26..a12d5d543ac3 100644
--- a/graphics/R-cran-magick/Makefile
+++ b/graphics/R-cran-magick/Makefile
@@ -14,9 +14,8 @@ CRAN_DEPENDS=	R-cran-curl>0:ftp/R-cran-curl \
 		R-cran-magrittr>0:devel/R-cran-magrittr \
 		R-cran-Rcpp>0:devel/R-cran-Rcpp
 BUILD_DEPENDS+=	${CRAN_DEPENDS}
-RUN_DEPENDS=	ImageMagick7>0:graphics/ImageMagick7 \
-		${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=		cran:auto-plist,compiles
+USES=		cran:auto-plist,compiles magick:run
 
 .include <bsd.port.mk>