aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-28 14:44:18 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-28 14:44:18 +0800
commitc5ab7a9f97893f6d6ca1652fb7970c2bc6f7b1c6 (patch)
treeb6aa16d41f35aef2f70dcff24a5576e6a9f94fe2 /net
parente59d9eb038426ef5ee0f630da638518c862a2610 (diff)
downloadfreebsd-ports-gnome-c5ab7a9f97893f6d6ca1652fb7970c2bc6f7b1c6.tar.gz
freebsd-ports-gnome-c5ab7a9f97893f6d6ca1652fb7970c2bc6f7b1c6.tar.zst
freebsd-ports-gnome-c5ab7a9f97893f6d6ca1652fb7970c2bc6f7b1c6.zip
Broken on all tier-2.
Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r--net/boinc-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index f50b3c4b4774..84dca7889d6e 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -43,8 +43,8 @@ OPTIONS= X11 "Build Boinc Manager GUI" on \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not install on sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not install on ia64, powerpc, or sparc64
.endif
.if !defined(WITHOUT_X11)