aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-19 07:54:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-19 07:54:14 +0000
commit915abc4271b9c66d147119c62d4110f1771ad193 (patch)
tree4fded8650c196114136a868827c1d51c948f5a5a /lang/gforth/Makefile
parenta51e6addb6aeff0d43f9462b67f3274d1b113bf8 (diff)
downloadports-915abc4271b9c66d147119c62d4110f1771ad193.tar.gz
ports-915abc4271b9c66d147119c62d4110f1771ad193.zip
Notes
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r--lang/gforth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 7804af6286df..dacbfed03c73 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -53,9 +53,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
BROKEN= Does not compile on ports build cluster
.endif
-.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
+.endif
.if ${ARCH} == i386
WORDSIZE=32