diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-10-07 17:53:54 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-10-07 17:53:54 +0000 |
commit | 36a672916c151eef8f7b0863e1e5558431bb91fc (patch) | |
tree | 586fdd244b183b4c111b38d1b39fd2e1e3d81adf /games/fillets-ng/Makefile | |
parent | 5a0fa3a273344804e67a307bf079abfda7e9ec3e (diff) |
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.
Diffstat (limited to 'games/fillets-ng/Makefile')
-rw-r--r-- | games/fillets-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ "" \ |