summaryrefslogtreecommitdiff
path: root/emulators/ppsspp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-19 00:46:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-19 00:46:05 +0000
commitc1233552fd01a17c4f49e02e98c0e3d55b88ca9e (patch)
tree4a4566a10b9352006a350f07a2220e00d2d99e63 /emulators/ppsspp
parentMark as not for mips* either. (diff)
Mark as not for powerpcspe, either.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=548929
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r--emulators/ppsspp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 2572195bfcb0..7ad0c88b6f82 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -16,7 +16,7 @@ COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
LICENSE= GPLv2+
# Bi-endian architectures default to big for some reason
-NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 sparc64
+NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe sparc64
NOT_FOR_ARCHS_REASON= only little-endian is supported, see \
https://github.com/hrydgard/ppsspp/issues/8823