git: 5932619b7060 - main - graphics/xd3d: use default ImageMagick (7)

Thierry Thomas thierry at FreeBSD.org
Wed May 12 18:17:30 UTC 2021


The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5932619b7060674f56231def9f408369541b1ef8

commit 5932619b7060674f56231def9f408369541b1ef8
Author:     Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-05-12 18:14:59 +0000
Commit:     Thierry Thomas <thierry at 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


More information about the dev-commits-ports-all mailing list