- Now builds on sparc64

This commit is contained in:
Michael Johnson 2006-07-06 07:10:59 +00:00
parent 3585dab56b
commit 2c2b807e7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167052

View file

@ -20,8 +20,8 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" .if ${ARCH} == "ia64"
BROKEN= "Does not build on ia64 or sparc64" BROKEN= "Does not build on ${ARCH}"
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>