Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2021 13:54:29 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: 9048a6e0b8bc - main - x11-themes/icons-tango: Do not bind ImageMagick version
Message-ID:  <202112041354.1B4DsT06024255@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=9048a6e0b8bc60b9cdeb0dc50dc7e949ac5dba7f

commit 9048a6e0b8bc60b9cdeb0dc50dc7e949ac5dba7f
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2021-12-04 13:51:18 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-12-04 13:54:20 +0000

    x11-themes/icons-tango: Do not bind ImageMagick version
    
    It is actually not limited to use ImageMagick 6. Also ImageMagick 7 can
    be used.
---
 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 a86278a8b170..0bed6d7a64de 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/ImageMagick6
+		Magick-config: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?202112041354.1B4DsT06024255>