diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
commit | cb4f0fc92060b736b2ab71fcf12d3a0b727aec49 (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /games | |
parent | cbe45b0f19645e08dd6f6b65750642036029dbb7 (diff) | |
download | freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.gz freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.zst freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.zip |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 16605dfab9fa..aed36c9cafbd 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -18,6 +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 + WRKSRC= ${WRKDIR} USES= gmake zip |