1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

graphics/cgif: Fix a minor unit test of examples

PR:		294264
Reported by:	diizzy
This commit is contained in:
Po-Chuan Hsieh
2026-05-07 22:21:04 +08:00
parent fe3ec85df2
commit dfe002fa93
+3 -2
View File
@@ -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