Also mark broken on powerpc (and, presumably, ia64).
Hat: portmgr
This commit is contained in:
parent
56a501c37c
commit
163465897a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303877
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ CONFIGURE_ARGS= --with-parrot=${PREFIX}/bin/parrot \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on sparc64
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
USE_BISON= build
|
||||
|
|
Loading…
Reference in a new issue