diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-25 11:54:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-25 11:56:06 +0000 |
commit | 8f12a4742930d38c2cc268ea63d25b107ca6da0d (patch) | |
tree | fd4c62d27c617af91c556324cd96a7ee8e558440 | |
parent | d59f51a7ef36a8b1d3964080c5a02bf3082d652d (diff) | |
download | ports-8f12a4742930d38c2cc268ea63d25b107ca6da0d.tar.gz ports-8f12a4742930d38c2cc268ea63d25b107ca6da0d.zip |
graphics/autotrace: update ImageMagick dependency
- Update ImageMagick dependency to 7 to avoid conflict between
imagemagick6 (from this port) and imagemagick7 (from pstoedit when
PSTOEDIT is enabled)
PR: 263449
Reported by: reprise
Submitted by: portmaster@bsdforge.com (maintainer)
-rw-r--r-- | graphics/autotrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index aa3332d431d0..0583e7477b3f 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -2,7 +2,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} @@ -27,7 +27,7 @@ OPTIONS_DEFAULT=IMAGEMAGICK MING_DESC= Enable swf interface PSTOEDIT_DESC= Convert postscript to other formats -IMAGEMAGICK_USES= magick:6 +IMAGEMAGICK_USES= magick:7 IMAGEMAGICK_CONFIGURE_OFF= --without-magick MING_LIB_DEPENDS= libming.so:graphics/ming |