diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-18 15:25:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-18 15:25:49 +0000 |
commit | 8e81ed0b68919414722e28c1de56bf1cca6d487a (patch) | |
tree | c93c04d214dee5cf5fdd4a70298293d663aede3c /games/crafty | |
parent | 7e036760f5ac80171c515b198c75bb8235f25137 (diff) | |
download | ports-8e81ed0b68919414722e28c1de56bf1cca6d487a.tar.gz ports-8e81ed0b68919414722e28c1de56bf1cca6d487a.zip |
Notes
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index eea4a7442c99..dbf3563fbd8a 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -18,9 +18,7 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip MAINTAINER= johans@FreeBSD.org COMMENT= Chess program for playing and analyzing games -BROKEN_aarch64= fails to build: Could not read profile default.profdata: No such file or directory -BROKEN_armv6= fails to build: Could not read profile default.profdata: No such file or directory -BROKEN_armv7= fails to build: Could not read profile default.profdata: No such file or directory +BROKEN= fails to build: Could not read profile default.profdata: No such file or directory WRKSRC= ${WRKDIR} |