summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 04:03:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 04:03:55 +0000
commitfbfaa7b274db7c312d7566ac636da9661135e15c (patch)
treebbdd88d9c90ffb2ef81ae0efa84e6be053b4e569 /lang
parentBROKEN on sparc64: Does not build (diff)
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=106781
Diffstat (limited to 'lang')
-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>