diff options
| author | Kenneth Raplee <kenrap@FreeBSD.org> | 2026-05-04 15:40:01 +0000 |
|---|---|---|
| committer | Kenneth Raplee <kenrap@FreeBSD.org> | 2026-05-11 15:33:49 +0000 |
| commit | 38c8c850838f216b067ec9fe420753762b3c3a6c (patch) | |
| tree | 4c1b26e4e77c976c70a9b92da8359bd700b40b3e | |
| parent | c96494206dee1d0908ae745b1571c0b009ea2395 (diff) | |
x11/ghostty: Change to zig015
PR: 294741
Approved by: arrowd (co-mentor)
| -rw-r--r-- | x11/ghostty/Makefile | 2 |
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 |
