summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-15 08:49:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-15 08:49:12 +0000
commita7900f21f25408b1d8edc5882b096575022eb446 (patch)
tree638df0638e3ed7debd7be7bea468decad22a66dc /cad
parent52477dfac89c115fd6dceca1c8dd17da2e3858a3 (diff)
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/klayout/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index fcd597781bc9..2f94f5c3802b 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -37,4 +37,10 @@ do-install:
${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \
${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: exhausts virtual memory
+.endif
+
+.include <bsd.port.post.mk>