diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-27 09:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-27 09:03:55 +0800 |
commit | 0b2f2478cf99c25c41676cd43a93a54387e582ec (patch) | |
tree | 017cc701053500445da7b369754e26861708416b /games | |
parent | 801d3eb9a30dbc2950ee998a6320065e4d011ae8 (diff) | |
download | freebsd-ports-gnome-0b2f2478cf99c25c41676cd43a93a54387e582ec.tar.gz freebsd-ports-gnome-0b2f2478cf99c25c41676cd43a93a54387e582ec.tar.zst freebsd-ports-gnome-0b2f2478cf99c25c41676cd43a93a54387e582ec.zip |
- Unbreak for amd64
PR: 143162
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-open-enormous/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index 6d1ae271d8bb..c7def847ff9d 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -28,10 +28,6 @@ CONFLICTS= crafty-open-large-* crafty-open-medium-* crafty-open-default-* .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= dumps core during build -.endif - do-build: @${ECHO_MSG} '================================================================' @${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.' |