diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-19 07:37:47 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-19 07:37:47 +0000 |
commit | ace351541576e0764cf97dc3ccbb75c816634a63 (patch) | |
tree | 55f028b6e741a92538d702a3e994fb34db086d83 /cad | |
parent | 83d5cb35b7f6134a9ece5e9c25650971256b53f7 (diff) | |
download | ports-ace351541576e0764cf97dc3ccbb75c816634a63.tar.gz ports-ace351541576e0764cf97dc3ccbb75c816634a63.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 8 |
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> |