Mark as broken on powerpc.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-10 14:33:50 +00:00
parent 2e14f19ca3
commit 94085d7d41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285451

View File

@ -42,4 +42,10 @@ do-install:
.endif
${PREFIX}/bin/hanzim -port-install
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc: signal 11
.endif
.include <bsd.port.post.mk>