diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 5dc8bec0d2e4..85239cd3aee5 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -54,6 +54,12 @@ DOCFILES+= Overview.html checked_by_tidy.gif faq.html grid.gif pending.html \ release-notes.html tidy.css tidy.gif .endif +.include + +.if ${ARCH} == "sparc64" +BROKEN= "Abort during build on ${ARCH}" +.endif + post-patch: .if !defined(WITH_SHLIB) @${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC} @@ -99,4 +105,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include +.include