svn commit: r550379 - head/games/openspades

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 21:29:31 UTC 2020


Author: linimon
Date: Sun Sep 27 21:29:31 2020
New Revision: 550379
URL: https://svnweb.freebsd.org/changeset/ports/550379

Log:
  Allow building on powerpc64le.

Modified:
  head/games/openspades/Makefile

Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile	Sun Sep 27 21:26:27 2020	(r550378)
+++ head/games/openspades/Makefile	Sun Sep 27 21:29:31 2020	(r550379)
@@ -15,7 +15,7 @@ COMMENT=	Compatible client of Ace of Spades
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	bundles non-portable AngelScript
 
 BUILD_DEPENDS=	convert:graphics/ImageMagick6 # for building icons


More information about the svn-ports-all mailing list