aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-10 13:38:32 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-10 13:38:32 +0800
commitb0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf (patch)
treea6616d42102d9110db873f80c94af0e1b6729603 /cad
parent1f81d2c2f2aa6de6026d284352107a81125733d5 (diff)
downloadfreebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.tar.gz
freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.tar.zst
freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.zip
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index d2edcaaa24d9..bffda293bccf 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -56,8 +56,8 @@ CONFIGURE_ARGS+= --disable-doc
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>