Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 17:56:15 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36a672916c15 - main - games/fillets-ng: actually enable on powerpc64
Message-ID:  <202110071756.197HuFai020585@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \
 		"" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110071756.197HuFai020585>