git: 19ddbda58601 - main - x11-themes/icons-tango-extras: Fix build dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Dec 2021 14:55:05 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=19ddbda58601fb4f5c73cc9e8dfc89980249a974 commit 19ddbda58601fb4f5c73cc9e8dfc89980249a974 Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2021-12-04 14:52:57 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2021-12-04 14:52:57 +0000 x11-themes/icons-tango-extras: Fix build dependency It is actually depends on convert of ImageMagick, not Magick-config. ImageMagick version is not bound to ImageMagick 6. It is also compatible with ImageMagick 7. --- x11-themes/icons-tango-extras/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile index e50ba26339a4..9d4d6f88f93f 100644 --- a/x11-themes/icons-tango-extras/Makefile +++ b/x11-themes/icons-tango-extras/Makefile @@ -11,7 +11,7 @@ COMMENT= Extra set of icons from the Tango project BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \ ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango \ - Magick-config:graphics/ImageMagick6 + convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango GNU_CONFIGURE= yes