diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 14:19:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 14:19:30 +0800 |
commit | 97b80848bf043210b091dc38d4519d44093e5411 (patch) | |
tree | 333ba32b8c0901805cda594834688be62eb2aaab /games/crafty-tablebase-pawn | |
parent | 9063df9f39e6704397fbcf803f350b2a82c2a928 (diff) | |
download | freebsd-ports-gnome-97b80848bf043210b091dc38d4519d44093e5411.tar.gz freebsd-ports-gnome-97b80848bf043210b091dc38d4519d44093e5411.tar.zst freebsd-ports-gnome-97b80848bf043210b091dc38d4519d44093e5411.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games/crafty-tablebase-pawn')
-rw-r--r-- | games/crafty-tablebase-pawn/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/crafty-tablebase-pawn/Makefile b/games/crafty-tablebase-pawn/Makefile index d5798b2c65b3..3402264aa136 100644 --- a/games/crafty-tablebase-pawn/Makefile +++ b/games/crafty-tablebase-pawn/Makefile @@ -41,6 +41,9 @@ RUN_DEPENDS= crafty:games/crafty NO_BUILD= yes NO_ARCH= yes +BROKEN_aarch64= Fails to install: runaway process +BROKEN_mips64= Fails to install: runaway process + .if !defined(WITH_TBDIR) WITH_TBDIR= ${PREFIX}/lib/crafty/TB .endif |