From 68089d37b71953c457e8c815f899d1dee8324ccb Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 21 Dec 2017 08:59:33 +0000 Subject: [PATCH] Use the modern spellings of 'arm' to attempt to build these on the cluster. Approved by: portmgr (tier-2 blanket) --- devel/lightning/Makefile | 2 +- games/jaggedalliance2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile index c78cfa5797f6..04ccbac35cdb 100644 --- a/devel/lightning/Makefile +++ b/devel/lightning/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes PLIST_SUB= JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:S/powerpc/ppc/} -ONLY_FOR_ARCHS= amd64 arm i386 mips powerpc sparc64 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 mips powerpc sparc64 INFO= lightning diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 68c5c26de3e6..e35ff3943de1 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -12,7 +12,7 @@ MAINTAINER= lme@FreeBSD.org COMMENT= Port of "Jagged Alliance 2" using SDL # Ignore this if you feel adventurous -ONLY_FOR_ARCHS= amd64 arm i386 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= Needs a little endian environment NO_CDROM= License only permits non-commerical use