1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Mark broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2008-02-01 12:04:04 +00:00
parent 97baca050a
commit a2815a4474
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206574

View File

@ -125,4 +125,8 @@ CONFIGURE_ARGS+=--disable-apps
PLIST_SUB+= DEMO="@comment "
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>