games/vvvvvv: enable on powerpc64
It seems to compile a binary with prefix x86_64 on all 64-bit architectures. Runtime currently untested.
This commit is contained in:
parent
9a63f0f68b
commit
2d016b695a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539976
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LICENSE_NAME= unknown
|
|||
LICENSE_FILE= ${WRKSRC}/../LICENSE.md
|
||||
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS= amd64 powerpc64
|
||||
|
||||
USES= sdl cmake
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue