diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 09:39:19 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 09:39:19 +0800 |
commit | 8ae42417ccca0732925e09a1693e2a3e64bd3fd6 (patch) | |
tree | 5d215d533c51d0a74094ac2414f069597bf384ea /games | |
parent | 45bc01fca2e8e5c79c4329dd54f548a3d7d97191 (diff) | |
download | freebsd-ports-gnome-8ae42417ccca0732925e09a1693e2a3e64bd3fd6.tar.gz freebsd-ports-gnome-8ae42417ccca0732925e09a1693e2a3e64bd3fd6.tar.zst freebsd-ports-gnome-8ae42417ccca0732925e09a1693e2a3e64bd3fd6.zip |
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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} |