mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Mark as broken on ia64 and sparc64: fails to install.
Hat: portmgr
This commit is contained in:
parent
d0d9f1b7a0
commit
8220511e41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251361
@ -29,4 +29,11 @@ do-install:
|
||||
cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri
|
||||
|
||||
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on ia64 on sparc64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user