git: 5fd40a9cd55b - main - net-p2p/mldonkey: drop unnecessary BFD on powerpc64*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:58:09 UTC
The branch main has been updated by pkubaj:

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

commit 5fd40a9cd55bd78d83bfb7c9764cda51ce8f1322
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-27 11:01:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:49 +0000

    net-p2p/mldonkey: drop unnecessary BFD on powerpc64*
---
 net-p2p/mldonkey/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index def8c660c5c0..8a4df97487c1 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -96,12 +96,6 @@ PORTDOCS=	Authors.txt Bugs.txt ChangeLog Developers.txt \
 ALL_TARGET+=	\
 		mld_hash
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH:Mpowerpc64*}
-LLD_UNSAFE=	yes
-.endif
-
 post-patch:
 	@${SED} \
 		-e "s|%%PREFIX%%|${PREFIX}|" \
@@ -160,4 +154,4 @@ install-user: extract
 		${HOME}/.mldonkey_gui_messages.ini
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>