aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Manuel <amadaluzia@disroot.org>2026-06-10 19:32:45 +0000
committerPat Maddox <patmaddox@FreeBSD.org>2026-07-06 19:17:22 +0000
commitb5eb1f675a7076093793777d7e2685de242b7510 (patch)
treec66caf336dcf1ba6b02f53d792eec99898f44b87
parent205c8a2db8a6dc41f395773490e62c90c208717c (diff)
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
-rw-r--r--devel/tree-sitter-cli/Makefile2
1 files changed, 1 insertions, 1 deletions
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