1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Mark as broken on sparc64: does not install.

This commit is contained in:
Mark Linimon 2008-02-01 06:37:16 +00:00
parent be45456273
commit 193620f84b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206540

View File

@ -86,4 +86,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install
.endif
.include <bsd.port.post.mk>