aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-19 15:37:47 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-19 15:37:47 +0800
commit765f17338d652d603ce0545d75bb0a9769da1b58 (patch)
treee299c41f339d81522d0fc04f58533248475c4a13 /cad
parent4b200fbee369caf1151baf555b13b72b4c4b6c01 (diff)
downloadfreebsd-ports-gnome-765f17338d652d603ce0545d75bb0a9769da1b58.tar.gz
freebsd-ports-gnome-765f17338d652d603ce0545d75bb0a9769da1b58.tar.zst
freebsd-ports-gnome-765f17338d652d603ce0545d75bb0a9769da1b58.zip
Mark as broken on sparc64.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 3dfd900a0528..25c7798ef7d2 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -50,4 +50,10 @@ MAN1= pcb.1
CONFIGURE_ARGS+= --disable-doc
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>