diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2023-04-16 16:22:15 +0200 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2023-04-30 13:10:41 +0200 |
commit | 2d1b57e0dfbb61f780bdb2065bc9b5c454d630fc (patch) | |
tree | 3f0314b1c292515883ca24dfe8da019f01021255 | |
parent | graphics/py-img2pdf: Convert to USES=magick (diff) |
games/toppler: Convert to USES=magick
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D39607
-rw-r--r-- | games/toppler/Makefile | 5 |
1 files 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 |