summaryrefslogtreecommitdiffstats
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-05-07 21:48:10 +0000
committerthierry <thierry@FreeBSD.org>2005-05-07 21:48:10 +0000
commitfcc328d6036ffcf263a4407d0a04acfc55effda6 (patch)
treee6227c0db649370d48fba8b4fd03231dfec70e83 /www/tidy-devel
parente2b1f8290af579330203a766b3bb17c577c2f42b (diff)
downloadFreeBSD-ports-fcc328d6036ffcf263a4407d0a04acfc55effda6.zip
FreeBSD-ports-fcc328d6036ffcf263a4407d0a04acfc55effda6.tar.gz
Mark BROKEN on sparc64.
Reported by: Kris via pointyhat.
Diffstat (limited to 'www/tidy-devel')
-rw-r--r--www/tidy-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index 5dc8bec..85239cd 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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud