diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 09:01:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 09:01:10 +0000 |
commit | e6902e475a4da935a53b738db97668c9f757ccc9 (patch) | |
tree | 697bac52944ce6b2c0db3f09815c93eb14766627 | |
parent | 6ccd896415b502a15cd7cb25775b45dd45f66ca1 (diff) | |
download | ports-e6902e475a4da935a53b738db97668c9f757ccc9.tar.gz ports-e6902e475a4da935a53b738db97668c9f757ccc9.zip |
Mark as broken on arm64 and mips64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=425716
-rw-r--r-- | games/stockfish/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 618239fc4b7e..1ebab7477917 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -17,6 +17,8 @@ COMMENT= Open source chess engine LICENSE= GPLv3 NOT_FOR_ARCHS= sparc64 +BROKEN_arm64= Fails to build: cannot detect architecture +BROKEN_mips64= Fails to build: cannot detect architecture USES= compiler gmake zip |