aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Raplee <kenrap@FreeBSD.org>2026-05-04 15:40:01 +0000
committerKenneth Raplee <kenrap@FreeBSD.org>2026-05-11 15:33:49 +0000
commit38c8c850838f216b067ec9fe420753762b3c3a6c (patch)
tree4c1b26e4e77c976c70a9b92da8359bd700b40b3e
parentc96494206dee1d0908ae745b1571c0b009ea2395 (diff)
x11/ghostty: Change to zig015
PR: 294741 Approved by: arrowd (co-mentor)
-rw-r--r--x11/ghostty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ghostty/Makefile b/x11/ghostty/Makefile
index 3561ac05f645..21e04b1cfdc1 100644
--- a/x11/ghostty/Makefile
+++ b/x11/ghostty/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libsimdutf.so:converters/simdutf \
libspirv-cross-c-shared.so:graphics/spirv-cross
-USES= gettext-runtime gettext-tools gnome pkgconfig zig
+USES= gettext-runtime gettext-tools gnome pkgconfig zig:015
USE_GITHUB= yes
GH_ACCOUNT= ghostty-org