Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2021 14:06:27 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a99a5b05d81 - main - games/openfodder: make ImageMagick flavor configurable 12bc543eb775
Message-ID:  <202108131406.17DE6ROo002629@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 9a99a5b05d8150e247be3c5a10d89406bba20ac6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-13 14:01:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-13 14:02:54 +0000

    games/openfodder: make ImageMagick flavor configurable 12bc543eb775
    
    Suggested by:   danfe
---
 games/openfodder/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/openfodder/Makefile b/games/openfodder/Makefile
index 215047f31402..496ee6c18c63 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/ImageMagick7
+ICONS_BUILD_DEPENDS=	mogrify:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,clang++,${CXX},' \



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