Date: Wed, 12 Oct 2016 03:36:11 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423824 - head/emulators/mame Message-ID: <201610120336.u9C3aBdQ073261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Oct 12 03:36:11 2016 New Revision: 423824 URL: https://svnweb.freebsd.org/changeset/ports/423824 Log: Change from NOT_FOR to ONLY_FOR. This fails to build on both armv6 and aarch64 and was never tried on most other architectures. Modified: head/emulators/mame/Makefile Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Wed Oct 12 02:40:29 2016 (r423823) +++ head/emulators/mame/Makefile Wed Oct 12 03:36:11 2016 (r423824) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610120336.u9C3aBdQ073261>