git: dfe002fa9337 - main - graphics/cgif: Fix a minor unit test of examples

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 07 May 2026 14:33:29 UTC
The branch main has been updated by sunpoet:

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

commit dfe002fa933735da34f1ee7adb43be2e926e7279
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-07 14:21:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-07 14:28:12 +0000

    graphics/cgif: Fix a minor unit test of examples
    
    PR:             294264
    Reported by:    diizzy
---
 graphics/cgif/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/cgif/Makefile b/graphics/cgif/Makefile
index b6bba53cc981..3c8c77630b71 100644
--- a/graphics/cgif/Makefile
+++ b/graphics/cgif/Makefile
@@ -10,10 +10,11 @@ WWW=		https://github.com/dloebl/cgif
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		meson
+USES=		meson python:env
 
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 MESON_ARGS=	--default-library=both \
-		-Dexamples=false \
+		-Dexamples=true \
 		-Dfuzzer=false \
 		-Dinstall_examples=false \
 		-Dtests=true