git: b5eb1f675a70 - main - devel/tree-sitter-cli: use llvm:lib to solve rquickjs-sys build failure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jul 2026 19:20:23 UTC
The branch main has been updated by patmaddox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5eb1f675a7076093793777d7e2685de242b7510
commit b5eb1f675a7076093793777d7e2685de242b7510
Author: Artur Manuel <amadaluzia@disroot.org>
AuthorDate: 2026-06-10 19:32:45 +0000
Commit: Pat Maddox <patmaddox@FreeBSD.org>
CommitDate: 2026-07-06 19:17:22 +0000
devel/tree-sitter-cli: use llvm:lib to solve rquickjs-sys build failure
PR: 296016
Approved by: Artur Manuel <amadaluzia@disroot.org> (maintainer)
Approved by: dch (mentor)
Approved by: portmgr (build fix blanket)
Fixes: 9f53adf51b02
---
devel/tree-sitter-cli/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/tree-sitter-cli/Makefile b/devel/tree-sitter-cli/Makefile
index cfab3c2d4661..154144ec5beb 100644
--- a/devel/tree-sitter-cli/Makefile
+++ b/devel/tree-sitter-cli/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/bin/node:www/node24
-USES= cargo
+USES= cargo llvm:lib
USE_GITHUB= yes
GH_ACCOUNT= tree-sitter
GH_PROJECT= tree-sitter