Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2021 14:43:32 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbaaeedc6ea4 - main - x11-themes/icons-tango: Fix BUILD_DEPENDS
Message-ID:  <202112041443.1B4EhWuk090958@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112041443.1B4EhWuk090958>