svn commit: r441807 - head/games/legesmotus

Mark Linimon linimon at FreeBSD.org
Fri May 26 18:30:44 UTC 2017


Author: linimon
Date: Fri May 26 18:30:43 2017
New Revision: 441807
URL: https://svnweb.freebsd.org/changeset/ports/441807

Log:
  Also fails on armv6.  Convert to NOT_FOR.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/legesmotus/Makefile

Modified: head/games/legesmotus/Makefile
==============================================================================
--- head/games/legesmotus/Makefile	Fri May 26 18:15:15 2017	(r441806)
+++ head/games/legesmotus/Makefile	Fri May 26 18:30:43 2017	(r441807)
@@ -13,7 +13,8 @@ COMMENT=	Team-based, networked, 2D shoot
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-BROKEN_aarch64=	Fails to build: Disallowed architecture for this platform: aarch64
+NOT_FOR_ARCHS=		aarch64 armv6
+NOT_FOR_ARCHS_REASON=	fails to build: Disallowed architecture for this platform
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" \


More information about the svn-ports-all mailing list