Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 11:11:15 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: 1ff9f88dea5f - main - games/sgt-puzzles: Convert to USES=magick
Message-ID:  <202304301111.33UBBF7s000705@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=1ff9f88dea5fe7de58a31252459b659346cf878b

commit 1ff9f88dea5fe7de58a31252459b659346cf878b
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-04-16 12:00:19 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-04-30 11:10:39 +0000

    games/sgt-puzzles: Convert to USES=magick
    
    Also leave out the nox11 option, so it doesn't override the user's
    choice in DEFAULT_VERSIONS.
    
    Approved by:            tcberner (mentor, implicit)
    Differential Revision:  https://reviews.freebsd.org/D39596
---
 games/sgt-puzzles/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile
index ac9db7926eb9..f6a1a72ab64d 100644
--- a/games/sgt-puzzles/Makefile
+++ b/games/sgt-puzzles/Makefile
@@ -14,10 +14,9 @@ WWW=		https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-BUILD_DEPENDS=	convert:graphics/ImageMagick6-nox11 \
-		halibut:textproc/halibut
+BUILD_DEPENDS=	halibut:textproc/halibut
 
-USES=		cmake gnome perl5 pkgconfig
+USES=		cmake gnome magick:build perl5 pkgconfig
 USE_PERL5=	build
 CMAKE_ARGS=	-DNAME_PREFIX:STRING=sgt-
 



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