diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-28 15:03:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-28 15:03:22 +0800 |
commit | 50e6745039507d01a70aa0f7efc39252d10cfd88 (patch) | |
tree | a0d9f431d78d19ef113ef29249f664735bcef228 /www/aria | |
parent | decb5e6e752eb173da94e6e8607270a24395f7ee (diff) | |
download | freebsd-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/Makefile | 8 |
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> |