Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 11:11:20 GMT
From:      Felix Palmen <zirias@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5c17c27f3d9 - main - games/enigma: Convert to USES=magick
Message-ID:  <202304301111.33UBBKwH000788@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias:

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

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

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

diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index a19ccd111a57..510af1173316 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -14,13 +14,13 @@ LIB_DEPENDS=	libxerces-c.so.3:textproc/xerces-c3 \
 		libpng.so:graphics/png \
 		libenet.so:net/enet \
 		libcurl.so:ftp/curl
-BUILD_DEPENDS=	convert:graphics/ImageMagick6
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Enigma-Game
 GH_PROJECT=	Enigma
 
-USES=		autoreconf:build gettext gmake iconv localbase pkgconfig sdl
+USES=		autoreconf:build gettext gmake iconv localbase magick:build \
+		pkgconfig sdl
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl2 image2 mixer2 ttf2
 CONFIGURE_ARGS=	--with-system-enet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304301111.33UBBKwH000788>