From 50e6745039507d01a70aa0f7efc39252d10cfd88 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 28 Dec 2011 07:03:22 +0000 Subject: Mark as broken on tier-2: hangs during compile. Hat: portmgr --- www/aria/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/aria') diff --git a/www/aria/Makefile b/www/aria/Makefile index 717857e2a25e..12dc33086cd8 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -56,4 +56,10 @@ post-install: @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64: just hangs +.endif + +.include -- cgit