aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-16 17:19:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-16 17:19:28 +0000
commit7b94e58fa60272c4aec9f85595d9a057afcace90 (patch)
treecf541be25cb7bfca319e0a0335ca5df58479e4f0 /emulators
parentb646fb75f62431933ecedffb71b481205c056398 (diff)
downloadports-7b94e58fa60272c4aec9f85595d9a057afcace90.tar.gz
ports-7b94e58fa60272c4aec9f85595d9a057afcace90.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mame/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 013fb077f42e..2270e6cb8149 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -10,8 +10,8 @@ COMMENT= Multi Arcade Machine Emulator
LICENSE= GPLv2
-ONLY_FOR_ARCHS= amd64 i386 powerpc64
-ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc64
+ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc64(le)
LIB_DEPENDS= libFLAC.so:audio/flac \
libexpat.so:textproc/expat2 \
@@ -61,7 +61,7 @@ MTARGET?= mame
.include <bsd.port.options.mk>
-.if ${ARCH} == amd64 || ${ARCH} == powerpc64
+.if ${ARCH} == amd64 || ${ARCH:Mpowerpc64*}
MAKE_ARGS+= PTR64=1
EMULATOR= ${MSUBTARGET}64
.else