toolchain: Correct LLVM_BINUTILS pkg pkg dependency

The LLVM binutils are in the clang package.

Reported by: jlduran
Fixes: c4f08d46c7 ("llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package")
This commit is contained in:
Ed Maste
2026-05-01 22:30:15 -04:00
parent 9137c66c2e
commit 9b0d9401e6
+1 -1
View File
@@ -7,7 +7,7 @@ COMPAT_PKGS= dev
PKG_SETS= devel
.if ${MK_LLVM_BINUTILS} != "no"
PKG_DEPS.toolchain+= llvm
PKG_DEPS.toolchain+= clang
.endif
.include <bsd.pkg.mk>