mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on powerpc: fails to configure.
Hat: portmgr Feature safe: yes
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue