aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-28 15:03:22 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-28 15:03:22 +0800
commit50e6745039507d01a70aa0f7efc39252d10cfd88 (patch)
treea0d9f431d78d19ef113ef29249f664735bcef228 /www/aria
parentdecb5e6e752eb173da94e6e8607270a24395f7ee (diff)
downloadfreebsd-ports-gnome-50e6745039507d01a70aa0f7efc39252d10cfd88.tar.gz
freebsd-ports-gnome-50e6745039507d01a70aa0f7efc39252d10cfd88.tar.zst
freebsd-ports-gnome-50e6745039507d01a70aa0f7efc39252d10cfd88.zip
Mark as broken on tier-2: hangs during compile.
Hat: portmgr
Diffstat (limited to 'www/aria')
-rw-r--r--www/aria/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64: just hangs
+.endif
+
+.include <bsd.port.post.mk>