Mark as broken on sparc64.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2010-06-19 07:37:47 +00:00
parent 83d5cb35b7
commit ace3515415
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256696

View File

@ -50,4 +50,10 @@ MAN1= pcb.1
CONFIGURE_ARGS+= --disable-doc
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>