aboutsummaryrefslogtreecommitdiff
path: root/games/openspades
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2023-04-16 14:14:19 +0000
committerFelix Palmen <zirias@FreeBSD.org>2023-04-30 11:10:41 +0000
commit132be728cf9c1883c1175c39dbe793ec696fb55a (patch)
tree80ad17700e526d73129f2e60ab8ec2b760da77ba /games/openspades
parente5c17c27f3d921d7420e83a0e64ea365455941b7 (diff)
downloadports-132be728cf9c1883c1175c39dbe793ec696fb55a.tar.gz
ports-132be728cf9c1883c1175c39dbe793ec696fb55a.zip
games/openspades: Convert to USES=magick
Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D39604
Diffstat (limited to 'games/openspades')
-rw-r--r--games/openspades/Makefile3
1 files changed, 1 insertions, 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}"