aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-10-12 03:36:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-10-12 03:36:11 +0000
commit1e7d9be3cf1f1ccdd66ff43df4f1f32718dfc666 (patch)
treefe176e153424b2594dc7e8a6efced5f532d0a480 /emulators/mame
parentbe945d3bca80bdf6444985662fbace183cfcd452 (diff)
downloadports-1e7d9be3cf1f1ccdd66ff43df4f1f32718dfc666.tar.gz
ports-1e7d9be3cf1f1ccdd66ff43df4f1f32718dfc666.zip
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 2d9dc7f56abe..0bfbd5f4e9f7 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -14,7 +14,8 @@ LIB_DEPENDS= libFLAC.so:audio/flac \
libfontconfig.so:x11-fonts/fontconfig
RUN_DEPENDS= liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
-NOT_FOR_ARCHS= ia64 powerpc sparc64
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86
USE_GITHUB= yes
GH_ACCOUNT= mamedev