aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-19 07:37:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-19 07:37:47 +0000
commitace351541576e0764cf97dc3ccbb75c816634a63 (patch)
tree55f028b6e741a92538d702a3e994fb34db086d83 /cad
parent83d5cb35b7f6134a9ece5e9c25650971256b53f7 (diff)
downloadports-ace351541576e0764cf97dc3ccbb75c816634a63.tar.gz
ports-ace351541576e0764cf97dc3ccbb75c816634a63.zip
Notes
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>