aboutsummaryrefslogtreecommitdiff
path: root/net/skystar2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-12-10 07:35:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-12-10 07:35:19 +0000
commit55eaa1a131b33ee0607f3095fe4d473e99f180e2 (patch)
tree04ffc9024f647686e9f2653ae171b76c9181626f /net/skystar2
parentef9aaac2e2fcdde392a6ace208b9ed6e9751fbeb (diff)
downloadports-55eaa1a131b33ee0607f3095fe4d473e99f180e2.tar.gz
ports-55eaa1a131b33ee0607f3095fe4d473e99f180e2.zip
Notes
Diffstat (limited to 'net/skystar2')
-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>