aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gforth
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-22 01:30:36 +0800
committerkris <kris@FreeBSD.org>2007-04-22 01:30:36 +0800
commit9473808cd0e0177fa61b0ca3d20e8f1689aca2e6 (patch)
tree941c32318d7c37d2a3e8af367a887b73b43b0d78 /lang/gforth
parent41306aa424ce9ce6aff6e5a5cb4db1a19e212be5 (diff)
downloadfreebsd-ports-gnome-9473808cd0e0177fa61b0ca3d20e8f1689aca2e6.tar.gz
freebsd-ports-gnome-9473808cd0e0177fa61b0ca3d20e8f1689aca2e6.tar.zst
freebsd-ports-gnome-9473808cd0e0177fa61b0ca3d20e8f1689aca2e6.zip
BROKEN on 7.0: Does not compile
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