diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-18 23:25:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-18 23:25:49 +0800 |
commit | 7655bedbaaba02bac195b1ca8c7e945795424e06 (patch) | |
tree | c93c04d214dee5cf5fdd4a70298293d663aede3c /games | |
parent | c4f8d9cf4d94ba818d92b73247796e0cd19be865 (diff) | |
download | freebsd-ports-graphics-7655bedbaaba02bac195b1ca8c7e945795424e06.tar.gz freebsd-ports-graphics-7655bedbaaba02bac195b1ca8c7e945795424e06.tar.zst freebsd-ports-graphics-7655bedbaaba02bac195b1ca8c7e945795424e06.zip |
- This is in fact broken on all architectures
Approved by: portmgr blanket
Diffstat (limited to 'games')
-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 eea4a7442c9..dbf3563fbd8 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} |