mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Mark as broken on powerpc: does not compile.
Hat: portmgr
This commit is contained in:
parent
383e063169
commit
713b200e63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251926
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue