aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria2
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-11 13:00:52 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-11 13:00:52 +0800
commit04e54aeac1c57689e2ddcdc3d2be984f1e05aaea (patch)
tree53e1b7a307e133bd64cd0f5858211c0f2ae46378 /www/aria2
parent3cc83465cfd446d04c747766082ea71ce61fa882 (diff)
downloadfreebsd-ports-gnome-04e54aeac1c57689e2ddcdc3d2be984f1e05aaea.tar.gz
freebsd-ports-gnome-04e54aeac1c57689e2ddcdc3d2be984f1e05aaea.tar.zst
freebsd-ports-gnome-04e54aeac1c57689e2ddcdc3d2be984f1e05aaea.zip
Mark as broken on powerpc-9: does not install.
Hat: portmgr Feature safe: yes
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