git: 36a672916c15 - main - games/fillets-ng: actually enable on powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 07 Oct 2021 17:56:15 UTC
The branch main has been updated by pkubaj:

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

commit 36a672916c151eef8f7b0863e1e5558431bb91fc
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-07 17:53:54 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-07 17:53:54 +0000

    games/fillets-ng: actually enable on powerpc64
    
    In the previous commit powerpc64le was added. Since the port builds on powerpc64le, it's left as is.
---
 games/fillets-ng/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile
index 1a2c1bbe0457..78143cd1e248 100644
--- a/games/fillets-ng/Makefile
+++ b/games/fillets-ng/Makefile
@@ -27,7 +27,7 @@ PORTDATA=	*
 
 DATAVERSION=	1.0.1
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64le
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le
 
 DESKTOP_ENTRIES="Fish Fillets - Next Generation" \
 		"" \