diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-21 16:59:33 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:12:04 +0800 |
commit | 61e45c0c8f4e7b607f322f1d86f8925edcb480ef (patch) | |
tree | ed146bc3e2fba9647f27d17033e488a1ea6c28dd /games | |
parent | 5bf76f95902ffabfb02ce1fd706e07d3161bc0cd (diff) | |
download | freebsd-ports-gnome-61e45c0c8f4e7b607f322f1d86f8925edcb480ef.tar.gz freebsd-ports-gnome-61e45c0c8f4e7b607f322f1d86f8925edcb480ef.tar.zst freebsd-ports-gnome-61e45c0c8f4e7b607f322f1d86f8925edcb480ef.zip |
Use the modern spellings of 'arm' to attempt to build these on the cluster.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |