diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 19:29:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 19:29:56 +0000 |
commit | 17e48e339ba2cbe76005240eab9b4409c03c0bd7 (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /games/legesmotus | |
parent | 69ddf3ca485e29ab4cd58d942f94e3a863a31e2f (diff) | |
download | ports-17e48e339ba2cbe76005240eab9b4409c03c0bd7.tar.gz ports-17e48e339ba2cbe76005240eab9b4409c03c0bd7.zip |
Notes
Diffstat (limited to 'games/legesmotus')
-rw-r--r-- | games/legesmotus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/legesmotus/Makefile b/games/legesmotus/Makefile index 72855a4f1145..feb4f9fb937c 100644 --- a/games/legesmotus/Makefile +++ b/games/legesmotus/Makefile @@ -13,7 +13,7 @@ COMMENT= Team-based, networked, 2D shooter set in zero-gravity LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BROKEN_arm64= Fails to build: Disallowed architecture for this platform: aarch64 +BROKEN_aarch64= Fails to build: Disallowed architecture for this platform: aarch64 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ |