From 9b600775febcb993c263d55d95aaed6e098f96db Mon Sep 17 00:00:00 2001 From: thfr Date: Wed, 4 Mar 2026 14:21:30 +0000 Subject: [PATCH] update godot4 dependency to godot/pack2 --- graphics/pixelorama/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/pixelorama/Makefile b/graphics/pixelorama/Makefile index 7c2c755d546..b1832327a02 100644 --- a/graphics/pixelorama/Makefile +++ b/graphics/pixelorama/Makefile @@ -6,6 +6,7 @@ COMMENT = pixel art editor V = 1.1.5 DISTNAME = pixelorama-$V +REVISION = 0 CATEGORIES = graphics @@ -24,7 +25,7 @@ DISTFILES.i = pixelorama-$V{icon}.png EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} RUN_DEPENDS = devel/desktop-file-utils \ - games/godot4,-main + games/godot/pack2 NO_BUILD = Yes NO_TEST = Yes