svn commit: r567320 - head/games/re3

Piotr Kubaj pkubaj at FreeBSD.org
Thu Mar 4 15:49:12 UTC 2021


Author: pkubaj
Date: Thu Mar  4 15:49:12 2021
New Revision: 567320
URL: https://svnweb.freebsd.org/changeset/ports/567320

Log:
  games/re3: enable only for architectures that are supported

Modified:
  head/games/re3/Makefile

Modified: head/games/re3/Makefile
==============================================================================
--- head/games/re3/Makefile	Thu Mar  4 15:30:29 2021	(r567319)
+++ head/games/re3/Makefile	Thu Mar  4 15:49:12 2021	(r567320)
@@ -7,6 +7,8 @@ CATEGORIES=	games
 MAINTAINER=	pkubaj at FreeBSD.org
 COMMENT=	Reverse-engineered GTA3 engine
 
+ONLY_FOR_ARCHS=	aarch64 armv6 armv7 amd64 i386
+
 BUILD_DEPENDS=	premake5:devel/premake5
 LIB_DEPENDS=	libglfw.so:graphics/glfw \
 		libmpg123.so:audio/mpg123 \


More information about the svn-ports-head mailing list