aboutsummaryrefslogtreecommitdiff
path: root/games/vvvvvv
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-23 13:46:37 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-23 13:46:37 +0000
commit2d016b695a9730292258710a640bd81756e7fb38 (patch)
treef650b86a3a72e672bc649d05a29be036130ec8c6 /games/vvvvvv
parent9a63f0f68bad765fe2f9afa5f96696c3659a40ee (diff)
downloadports-2d016b695a9730292258710a640bd81756e7fb38.tar.gz
ports-2d016b695a9730292258710a640bd81756e7fb38.zip
games/vvvvvv: enable on powerpc64
It seems to compile a binary with prefix x86_64 on all 64-bit architectures. Runtime currently untested.
Notes
Notes: svn path=/head/; revision=539976
Diffstat (limited to 'games/vvvvvv')
-rw-r--r--games/vvvvvv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vvvvvv/Makefile b/games/vvvvvv/Makefile
index ae635baf142f..a49eacf21311 100644
--- a/games/vvvvvv/Makefile
+++ b/games/vvvvvv/Makefile
@@ -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