aboutsummaryrefslogtreecommitdiffstats
path: root/lang/STk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk')
-rw-r--r--lang/STk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 15703c4024d2..a5b1668a092a 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -22,4 +22,10 @@ PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
+.include <bsd.port.post.mk>