Mark as broken on powerpc: fails to configure.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-10 21:46:59 +00:00
parent 5e7bf02f41
commit 010e27867c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285475
2 changed files with 14 additions and 2 deletions

View file

@ -25,4 +25,10 @@ MAN3= SVN::Simple::Edit.3 SVN::Simple::Editor.3
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not configure on powerpc
.endif
.include <bsd.port.post.mk>

View file

@ -67,4 +67,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not configure on powerpc
.endif
.include <bsd.port.post.mk>