git: 8f12a4742930 - main - graphics/autotrace: update ImageMagick dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 11:58:11 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f12a4742930d38c2cc268ea63d25b107ca6da0d commit 8f12a4742930d38c2cc268ea63d25b107ca6da0d Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-25 11:54:17 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-25 11:56:06 +0000 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) --- graphics/autotrace/Makefile | 4 ++-- 1 file 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