aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2021-12-04 14:52:57 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-12-04 14:52:57 +0000
commit19ddbda58601fb4f5c73cc9e8dfc89980249a974 (patch)
treef0d85e300b59b51b5fdcc84121b7599c408ca4f2 /x11-themes
parentfbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc (diff)
downloadports-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.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/icons-tango-extras/Makefile2
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