git: bdacc555b3cf - main - lang/tauthon: drop noop powerpc64 conditional

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 10 Aug 2023 20:02:36 UTC
The branch main has been updated by pkubaj:

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

commit bdacc555b3cf5102fcb26d68e3e0f5324d41a2b3
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-08 15:09:27 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-10 20:02:23 +0000

    lang/tauthon: drop noop powerpc64 conditional
---
 lang/tauthon/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile
index 2c3a1228941b..15f6046f3f6e 100644
--- a/lang/tauthon/Makefile
+++ b/lang/tauthon/Makefile
@@ -136,10 +136,6 @@ PLIST_SUB+=	32BIT_ONLY="@comment "
 PLIST_SUB+=	32BIT_ONLY=""
 .endif
 
-.if ${ARCH} == powerpc64
-MAKE_ENV+=	UNAME_m="powerpc64"
-.endif
-
 .if ${ARCH} == sparc64
 CFLAGS+=	-DPYTHON_DEFAULT_RECURSION_LIMIT=900
 .endif