git: fe87003af120 - main - lang/rust: drop binutils dependency on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 24 Apr 2023 09:43:39 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe87003af120ec9060eef06e63bdd7c13b6106ea

commit fe87003af120ec9060eef06e63bdd7c13b6106ea
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-04-24 09:42:13 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-04-24 09:43:39 +0000

    lang/rust: drop binutils dependency on powerpc
    
    It's not used anymore.
---
 lang/rust/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 4e353d90f981..7cc3e33cc660 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -106,8 +106,6 @@ IGNORE=		is only for FreeBSD
 .endif
 
 .if ${ARCH} == powerpc
-# bfd to link rustc_driver; lld currently can't
-BUILD_DEPENDS+=	ld.bfd:devel/binutils
 LIB_DEPENDS+=	libatomic.so:lang/gcc${GCC_DEFAULT}
 MAKE_ENV+=	RUSTFLAGS="-L/usr/local/lib/gcc${GCC_DEFAULT}"
 .else