Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 11:11:19 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: aa67a349cf04 - main - games/domino-chain: Convert to USES=magick
Message-ID:  <202304301111.33UBBJnZ000769@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=aa67a349cf04f43be0ef6926184c6f81d55542b6

commit aa67a349cf04f43be0ef6926184c6f81d55542b6
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-04-16 13:45:27 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-04-30 11:10:40 +0000

    games/domino-chain: Convert to USES=magick
    
    Approved by:            tcberner (mentor, implicit)
    Differential Revision:  https://reviews.freebsd.org/D39601
---
 games/domino-chain/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/domino-chain/Makefile b/games/domino-chain/Makefile
index 9ac1ff8bf7e8..b89a9de5e25d 100644
--- a/games/domino-chain/Makefile
+++ b/games/domino-chain/Makefile
@@ -13,11 +13,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfribidi.so:converters/fribidi \
 		libboost_filesystem.so:devel/boost-libs
-BUILD_DEPENDS=	povray:graphics/povray-meta \
-		convert:graphics/ImageMagick7
+BUILD_DEPENDS=	povray:graphics/povray-meta
 RUN_DEPENDS=	${FREESANS_DIR}/FreeSans.ttf:x11-fonts/freefont-ttf
 
-USES=		compiler:c++17-lang gettext gmake lua:52 pkgconfig sdl
+USES=		compiler:c++17-lang gettext gmake lua:52 magick:build \
+		pkgconfig sdl
 USE_GITLAB=	yes
 GL_PROJECT=	domino-chain.gitlab.io
 GL_COMMIT=	3969eaa66f753e873eca4ef33b263ca1307be2df



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