Date: Sun, 30 Apr 2023 11:11:23 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: 2d1b57e0dfbb - main - games/toppler: Convert to USES=magick Message-ID: <202304301111.33UBBN4J001738@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=2d1b57e0dfbb61f780bdb2065bc9b5c454d630fc commit 2d1b57e0dfbb61f780bdb2065bc9b5c454d630fc Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2023-04-16 14:22:15 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2023-04-30 11:10:41 +0000 games/toppler: Convert to USES=magick Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D39607 --- games/toppler/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 86182fd024b0..7aba8a217589 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -12,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png BUILD_DEPENDS= gimp:graphics/gimp-app \ - povray:graphics/povray-meta \ - convert:graphics/ImageMagick7 + povray:graphics/povray-meta -USES= gmake sdl pkgconfig +USES= gmake magick:build sdl pkgconfig USE_GITLAB= yes GL_ACCOUNT= roever GL_COMMIT= 5e3e581bb7b58098f54df9b634c7bd4a23ba66b5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304301111.33UBBN4J001738>