1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Mark broken on sparc64.

Hat:	portmgr
This commit is contained in:
Mark Linimon 2011-12-22 10:25:45 +00:00
parent 03e3067ddf
commit b9d63ffb1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287846

View File

@ -34,4 +34,10 @@ post-extract:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/corec/tools/coremake/gcc_mak.inc
@${RM} ${WRKSRC}/libmatroska2/test/test.proj
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: gmake: GNUmakefile: No such file or directory
.endif
.include <bsd.port.post.mk>