svn commit: r567854 - head/games/openrct2

Piotr Kubaj pkubaj at FreeBSD.org
Mon Mar 8 15:42:09 UTC 2021


Author: pkubaj
Date: Mon Mar  8 15:42:09 2021
New Revision: 567854
URL: https://svnweb.freebsd.org/changeset/ports/567854

Log:
  games/openrct2: only for little-endian architectures

Modified:
  head/games/openrct2/Makefile

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Mon Mar  8 15:41:11 2021	(r567853)
+++ head/games/openrct2/Makefile	Mon Mar  8 15:42:09 2021	(r567854)
@@ -13,6 +13,9 @@ COMMENT=	Open source re-implementation of RollerCoaste
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/licence.txt
 
+NOT_FOR_ARCHS=	mips mips64 powerpc powerpcspe powerpc64 sparc64
+NOT_FOR_ARCHS_REASON=	Only for little-endian architectures
+
 BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libzip.so:archivers/libzip \


More information about the svn-ports-all mailing list