aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-12 18:14:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-05-12 18:17:11 +0000
commit5932619b7060674f56231def9f408369541b1ef8 (patch)
treedb27d53c522d7373aa551761138bad959083f469
parent7712a62e25c734738125b2a6fa3a1b9bbbe54e9e (diff)
downloadports-5932619b7060674f56231def9f408369541b1ef8.tar.gz
ports-5932619b7060674f56231def9f408369541b1ef8.zip
graphics/xd3d: use default ImageMagick (7)
-rw-r--r--graphics/xd3d/Makefile4
1 files 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