1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Now seems to build on amd64

This commit is contained in:
Pav Lucistnik 2008-06-17 18:52:58 +00:00
parent 3ee76e3e16
commit 0a9ab58118
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215016

View File

@ -24,12 +24,6 @@ USE_ZIP= yes
NO_WRKSUBDIR= yes
CONFLICTS= crafty-open-enormous-* crafty-open-large-*
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= dumps core during builds
.endif
do-build:
@${ECHO_MSG} '================================================================'
@${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.'
@ -42,4 +36,4 @@ do-install:
${CHOWN} nobody:nogroup ${PREFIX}/lib/crafty/book.bin
${CHMOD} 664 ${PREFIX}/lib/crafty/book.bin
.include <bsd.port.post.mk>
.include <bsd.port.mk>