diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2021-12-04 14:52:57 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2021-12-04 14:52:57 +0000 |
commit | 19ddbda58601fb4f5c73cc9e8dfc89980249a974 (patch) | |
tree | f0d85e300b59b51b5fdcc84121b7599c408ca4f2 | |
parent | fbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc (diff) | |
download | ports-19ddbda58601fb4f5c73cc9e8dfc89980249a974.tar.gz ports-19ddbda58601fb4f5c73cc9e8dfc89980249a974.zip |
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.
-rw-r--r-- | x11-themes/icons-tango-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |