diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-22 19:06:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-22 19:06:41 +0800 |
commit | 4dee07b2ce8fd7ef4028d6d205582039d66217a2 (patch) | |
tree | a5250138e81c89cb3ad54bab264ab036745df377 /games | |
parent | 8f3bc6ee9a2be3190815a3607c049745859dfb61 (diff) | |
download | freebsd-ports-gnome-4dee07b2ce8fd7ef4028d6d205582039d66217a2.tar.gz freebsd-ports-gnome-4dee07b2ce8fd7ef4028d6d205582039d66217a2.tar.zst freebsd-ports-gnome-4dee07b2ce8fd7ef4028d6d205582039d66217a2.zip |
- Change BROKEN to IGNORE
Requested by: pav
Diffstat (limited to 'games')
-rw-r--r-- | games/reminiscence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile index 0254310d77e6..010d3321d9b5 100644 --- a/games/reminiscence/Makefile +++ b/games/reminiscence/Makefile @@ -48,7 +48,7 @@ post-install: .include <bsd.port.pre.mk> .if ${ARCH} != i386 -BROKEN= Doesn't work on !i386 (ERROR: Bad CRC for bank data 38!) +IGNORE= Doesn't work on !i386 (ERROR: Bad CRC for bank data 38!) .endif .include <bsd.port.post.mk> |