From 8ae42417ccca0732925e09a1693e2a3e64bd3fd6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 9 Dec 2017 01:39:19 +0000 Subject: These are also broken on aarch64 in the same way as armv6/7. Approved by: portmgr (tier-2 blanket) --- games/crafty/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/crafty/Makefile b/games/crafty/Makefile index aed36c9cafbd..eea4a7442c99 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -18,8 +18,9 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip MAINTAINER= johans@FreeBSD.org COMMENT= Chess program for playing and analyzing games -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_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 WRKSRC= ${WRKDIR} -- cgit