aboutsummaryrefslogtreecommitdiffstats
path: root/net/skystar2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/skystar2/Makefile')
-rw-r--r--net/skystar2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile
index e9103ba04f66..e9fd0b5e54da 100644
--- a/net/skystar2/Makefile
+++ b/net/skystar2/Makefile
@@ -43,4 +43,10 @@ post-install:
.endfor
.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>