git: 12bc543eb775 - main - games/openfodder: switch to ImageMagick 7 for ICONS
Jan Beich
jbeich at FreeBSD.org
Fri Aug 13 10:26:29 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12bc543eb775336b4b8318e0007afc3f111843aa
commit 12bc543eb775336b4b8318e0007afc3f111843aa
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-13 10:16:34 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-13 10:26:16 +0000
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
post-patch:
@${REINPLACE_CMD} -e 's,clang++,${CXX},' \
More information about the dev-commits-ports-all
mailing list