aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-21 17:30:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-21 17:30:36 +0000
commit76505fe4a9b4b6f92b3f83c747cd914edd8d4787 (patch)
tree77321f60d06b57c5b9295acb5e28e22d9370c522 /lang/gforth
parent5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a (diff)
downloadports-76505fe4a9b4b6f92b3f83c747cd914edd8d4787.tar.gz
ports-76505fe4a9b4b6f92b3f83c747cd914edd8d4787.zip
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 3767ae3fcc8f..b711369bb9bb 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -46,6 +46,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700029
+BROKEN= Does not compile
+.endif
+
.if !defined(WITHOUT_FFCALL)
BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
.endif