diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:03:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:03:55 +0000 |
commit | fbfaa7b274db7c312d7566ac636da9661135e15c (patch) | |
tree | bbdd88d9c90ffb2ef81ae0efa84e6be053b4e569 /lang | |
parent | BROKEN 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/Makefile | 8 |
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> |