diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-10-13 02:07:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-10-13 02:07:20 +0000 |
commit | 55b9c6d8af22f8ea7df7d497b045b52b4f6a7905 (patch) | |
tree | 1fe5bcd66111a51c0b52231033f2659d6b4048b2 /games | |
parent | aeaa9b8e7ef6f5c48a25e82e0a2942fefc936e41 (diff) |
Notes
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 3ed90c44cb83..31c570e8cc36 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS_SFI-SCLA= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \ auto-accept # Ignore this if you feel adventurous -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc64le ONLY_FOR_ARCHS_REASON= Needs a little endian environment BUILD_DEPENDS= string_theory>=3.3:devel/string_theory |