diff options
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> |