aboutsummaryrefslogtreecommitdiffstats
path: root/lang/STk
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-12 12:03:55 +0800
committerkris <kris@FreeBSD.org>2004-04-12 12:03:55 +0800
commit1ea6a4090a942ed6eb550c699aca92099fc359be (patch)
tree155e6a820ae3d0e2e90e30822df4eb9523355213 /lang/STk
parent3bc6b63387f4fc3c5dce7c093618952e386ce926 (diff)
downloadfreebsd-ports-gnome-1ea6a4090a942ed6eb550c699aca92099fc359be.tar.gz
freebsd-ports-gnome-1ea6a4090a942ed6eb550c699aca92099fc359be.tar.zst
freebsd-ports-gnome-1ea6a4090a942ed6eb550c699aca92099fc359be.zip
BROKEN on sparc64: Does not compile
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>