aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-17 10:28:03 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-17 10:28:03 +0000
commit099ce8b59d73544ff750e5479e4b621ce7bc78cf (patch)
tree0e09d8f1fc7e1a81ab631108f14c66732599cd7b /emulators/mame
parentf49ea08b3e5972490fb4861c827a2880f306deea (diff)
downloadports-099ce8b59d73544ff750e5479e4b621ce7bc78cf.tar.gz
ports-099ce8b59d73544ff750e5479e4b621ce7bc78cf.zip
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index cce76aa8a7d6..b3dc489f1e99 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -9,8 +9,8 @@ COMMENT= Multi Arcade Machine Emulator
LICENSE= GPLv2
-ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc64(le)
+ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le
+ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 and powerpc*
LIB_DEPENDS= libFLAC.so:audio/flac \
libexpat.so:textproc/expat2 \