diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-01-22 11:06:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-01-22 11:06:41 +0000 |
commit | cb989a4704f2b27e53e643361f4d19eee2da8a92 (patch) | |
tree | c8d9ecacedd68ccfb886d9d3014844a98498da5b /games/reminiscence | |
parent | fa0ea24160cd785924181f6b7c20f9824df7fd44 (diff) | |
download | ports-cb989a4704f2b27e53e643361f4d19eee2da8a92.tar.gz ports-cb989a4704f2b27e53e643361f4d19eee2da8a92.zip |
Notes
Diffstat (limited to 'games/reminiscence')
-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> |