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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user