git: fbaaeedc6ea4 - main - x11-themes/icons-tango: Fix BUILD_DEPENDS

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Sat, 04 Dec 2021 14:43:32 UTC
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc

commit fbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2021-12-04 14:35:52 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-12-04 14:43:25 +0000

    x11-themes/icons-tango: Fix BUILD_DEPENDS
    
    It depends on convert command of ImageMagick, not Magick-config.
    See configure.ac.
---
 x11-themes/icons-tango/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile
index 0bed6d7a64de..a923f57b828f 100644
--- a/x11-themes/icons-tango/Makefile
+++ b/x11-themes/icons-tango/Makefile
@@ -11,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Basic set of icons for the most common usage
 
 BUILD_DEPENDS=	${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \
-		Magick-config:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
+		convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	intlhack