diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-10-07 10:24:11 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-10-07 10:24:11 +0000 |
commit | b7f7bef0af509a6a0b78593c478cb091b9c0fa92 (patch) | |
tree | 32a8fec6ae94efbaa24abbf1cc79561fe4cc3b36 /games/fillets-ng/Makefile | |
parent | aa9c9a9f14508d25be943bd42a3d4e8539bd4e66 (diff) |
games/fillets-ng: enable on powerpc and powerpc64
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 75e7838b70fc..1a2c1bbe0457 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -27,7 +27,7 @@ PORTDATA= * DATAVERSION= 1.0.1 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64le DESKTOP_ENTRIES="Fish Fillets - Next Generation" \ "" \ |