Mark as broken on powerpc: does not compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 05:36:56 +00:00
parent 383e063169
commit 713b200e63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251926

View File

@ -44,4 +44,10 @@ post-install:
regression-test:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>