Date: Fri, 13 Aug 2021 12:27:18 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Jan Beich <jbeich@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 12bc543eb775 - main - games/openfodder: switch to ImageMagick 7 for ICONS Message-ID: <YRZlJjPAu9UPzcNM@FreeBSD.org> In-Reply-To: <202108131026.17DAQSMS006534@gitrepo.freebsd.org> References: <202108131026.17DAQSMS006534@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 13, 2021 at 10:26:28AM +0000, Jan Beich wrote: > commit 12bc543eb775336b4b8318e0007afc3f111843aa > > games/openfodder: switch to ImageMagick 7 for ICONS > --- > games/openfodder/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/games/openfodder/Makefile b/games/openfodder/Makefile > index 781a61dfe4c7..215047f31402 100644 > --- a/games/openfodder/Makefile > +++ b/games/openfodder/Makefile > @@ -36,7 +36,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \ > OPTIONS_DEFINE= DOCS ICONS > OPTIONS_DEFAULT=ICONS > > -ICONS_BUILD_DEPENDS= mogrify:graphics/ImageMagick6 > +ICONS_BUILD_DEPENDS= mogrify:graphics/ImageMagick7 Why not respect user's IMAGEMAGICK_DEFAULT instead? ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YRZlJjPAu9UPzcNM>