Date: Thu, 17 Jun 2021 10:28:41 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 099ce8b59d73 - main - emulators/mame: enable on powerpc Message-ID: <202106171028.15HASfp8050468@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=099ce8b59d73544ff750e5479e4b621ce7bc78cf commit 099ce8b59d73544ff750e5479e4b621ce7bc78cf Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-17 10:28:03 +0000 Commit: Piotr Kubaj <pkubaj@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106171028.15HASfp8050468>