diff options
author | Nathan Fisher <jeang3nie@hitchhiker-linux.org> | 2023-08-14 04:32:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-01-01 05:37:19 +0000 |
commit | 8c1e3e605452d8181b2180dad180679d93aecbe3 (patch) | |
tree | 30cc25716d8e3edf0ffe26f23631d2e552fe4791 /astro | |
parent | aaaa65fc0629810abd45313c70ee0cf10d31e8ee (diff) |
lang/zig: update to 0.11.0
Changes: https://ziglang.org/download/0.11.0/release-notes.html
PR: 273124
Approved by: dch (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/mepo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/mepo/Makefile b/astro/mepo/Makefile index 6d0f071752de..dc418988f731 100644 --- a/astro/mepo/Makefile +++ b/astro/mepo/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3+ OFL11 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= zig>=0.10.0:lang/zig +BUILD_DEPENDS= zig010>=0.10.0:lang/zig010 LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= jq:textproc/jq |