Skip to content

Commit

Permalink
emulators/mame: enable on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 17, 2021
1 parent f49ea08 commit 099ce8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emulators/mame/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 099ce8b

Please sign in to comment.