summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>