git: 099ce8b59d73 - main - emulators/mame: enable on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 17 10:28:42 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=099ce8b59d73544ff750e5479e4b621ce7bc78cf

commit 099ce8b59d73544ff750e5479e4b621ce7bc78cf
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-17 10:28:03 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-17 10:28:03 +0000

    emulators/mame: enable on powerpc
---
 emulators/mame/Makefile | 4 ++--
 1 file 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 \


More information about the dev-commits-ports-main mailing list