Fails to build on sparc64 with "needs to be ported to this platform".

This commit is contained in:
Mark Linimon
2009-02-03 05:40:36 +00:00
parent 2065aac02c
commit cd07e95cef

View File

@@ -33,4 +33,10 @@ post-install:
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
IGNORE= has not yet been ported to sparc64
.endif
.include <bsd.port.post.mk>