svn commit: r487302 - head/games/openspades
Mark Linimon
linimon at FreeBSD.org
Wed Dec 12 16:40:07 UTC 2018
Author: linimon
Date: Wed Dec 12 16:40:05 2018
New Revision: 487302
URL: https://svnweb.freebsd.org/changeset/ports/487302
Log:
To be consistent with other ports, the arch restriction ought to be
BROKEN_*.
Approved by: portmgr (tier-2 blanket)
Modified:
head/games/openspades/Makefile
Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile Wed Dec 12 16:03:30 2018 (r487301)
+++ head/games/openspades/Makefile Wed Dec 12 16:40:05 2018 (r487302)
@@ -18,8 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= convert:graphics/ImageMagick6 # for building icons
LIB_DEPENDS= libcurl.so:ftp/curl
-NOT_FOR_ARCHS= aarch64 powerpc64
-NOT_FOR_ARCHS_REASON= fails to compile: uses x86 assembly
+BROKEN_aarch64= fails to compile: uses x86 assembly
+BROKEN_powerpc64= fails to compile: uses x86 assembly
USE_GITHUB= yes
GH_ACCOUNT= yvt
More information about the svn-ports-head
mailing list