git: 132be728cf9c - main - games/openspades: Convert to USES=magick

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=132be728cf9c1883c1175c39dbe793ec696fb55a

commit 132be728cf9c1883c1175c39dbe793ec696fb55a
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-04-16 14:14:19 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-04-30 11:10:41 +0000

    games/openspades: Convert to USES=magick
    
    Approved by:            tcberner (mentor, implicit)
    Differential Revision:  https://reviews.freebsd.org/D39604
---
 games/openspades/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/games/openspades/Makefile b/games/openspades/Makefile
index c516a50418cd..9f8f7fe0f221 100644
--- a/games/openspades/Makefile
+++ b/games/openspades/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	bundles non-portable AngelScript
 
-BUILD_DEPENDS=	convert:graphics/ImageMagick6 # for building icons
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libopusfile.so:audio/opusfile
 
@@ -24,7 +23,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	yvt
 
 USES=		cmake:insource compiler:c++11-lib desktop-file-utils dos2unix \
-		gl gnome openal sdl xorg
+		gl gnome magick:build openal sdl xorg
 CMAKE_ARGS=	-DOPENSPADES_RESOURCES=OFF \
 		-DOPENSPADES_INSTALL_BINARY="bin" \
 		-DOPENSPADES_INSTALL_RESOURCES="${DATADIR_REL}"