diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-05-02 02:30:15 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-05-03 11:46:41 +0000 |
| commit | 9b0d9401e6a46456a84500375c36008cfcfcc508 (patch) | |
| tree | 9fe35a6096b314b06e38e27b7ab2d95f1f46091a | |
| parent | 9137c66c2ea6cc09e3a6f8a042ecdc5a62e0f39e (diff) | |
toolchain: Correct LLVM_BINUTILS pkg pkg dependency
The LLVM binutils are in the clang package.
Reported by: jlduran
Fixes: c4f08d46c7f7 ("llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package")
| -rw-r--r-- | packages/toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/toolchain/Makefile b/packages/toolchain/Makefile index b47d931c2c10..81631264e22f 100644 --- a/packages/toolchain/Makefile +++ b/packages/toolchain/Makefile @@ -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> |
