aboutsummaryrefslogtreecommitdiff
path: root/www/aria2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-11 05:00:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-11 05:00:52 +0000
commit088068f3fde9c12af1a154e5344537cbf0d1e9c9 (patch)
tree94296be4d54379b52cd9c5a51e6c191668be16ae /www/aria2
parent3a4d0a2ea1fc29544fff6d46dc13e0aeae660948 (diff)
downloadports-088068f3fde9c12af1a154e5344537cbf0d1e9c9.tar.gz
ports-088068f3fde9c12af1a154e5344537cbf0d1e9c9.zip
Mark as broken on powerpc-9: does not install.
Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=285524
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index e73c1b41bdea..797908d848fb 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -58,6 +58,10 @@ OPTIONS= SQLITE "Support for Firefox cookies" Off
.include <bsd.port.pre.mk>
+.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
+BROKEN= Does not install on powerpc-9
+.endif
+
.if defined(WITH_SQLITE)
CONFIGURE_ARGS+= --with-sqlite3
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3