1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Mark broken on sparc64.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-06-04 02:03:30 +00:00
parent 99877ae6a9
commit 663d3fd793
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255699

View File

@ -32,4 +32,8 @@ post-install:
BROKEN= jail version not supported
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>