Date: Wed, 12 May 2021 18:17:29 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5932619b7060 - main - graphics/xd3d: use default ImageMagick (7) Message-ID: <202105121817.14CIHTOt024509@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=5932619b7060674f56231def9f408369541b1ef8 commit 5932619b7060674f56231def9f408369541b1ef8 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-05-12 18:14:59 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-05-12 18:17:11 +0000 graphics/xd3d: use default ImageMagick (7) --- graphics/xd3d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index d3cbc8e3eaee..091a8e52ed41 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -2,7 +2,7 @@ PORTNAME= xd3d PORTVERSION= 8.3.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics math MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ @@ -28,7 +28,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS EXAMPLES .if !defined(WITHOUT_IMAGEMAGICK) -RUN_DEPENDS+= convert:graphics/ImageMagick6 +RUN_DEPENDS+= convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} .endif .if !defined(WITHOUT_GIFSICLE) RUN_DEPENDS+= gifsicle:graphics/gifsicle
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121817.14CIHTOt024509>