diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 16:57:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 16:57:30 +0800 |
commit | 0bdbad82ae6b915fee646a8cee56c4d42c8eeb1b (patch) | |
tree | 22ca5ef50a3cc6ae9b12c96580f4ca825c98df64 /games | |
parent | e7f9cbe3aaf05961cd67aba80fd2da01922b40d1 (diff) | |
download | freebsd-ports-gnome-0bdbad82ae6b915fee646a8cee56c4d42c8eeb1b.tar.gz freebsd-ports-gnome-0bdbad82ae6b915fee646a8cee56c4d42c8eeb1b.tar.zst freebsd-ports-gnome-0bdbad82ae6b915fee646a8cee56c4d42c8eeb1b.zip |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/legesmotus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/legesmotus/Makefile b/games/legesmotus/Makefile index b70d975baedd..72855a4f1145 100644 --- a/games/legesmotus/Makefile +++ b/games/legesmotus/Makefile @@ -13,6 +13,8 @@ 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 + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --mandir="${PREFIX}/man" \ |