aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/gforth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index b7dd15fb560d..b2a581ccf1f4 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -39,7 +39,9 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
-BROKEN= does not build
+.if ${OSVERSION} < 700000
+BROKEN= does not build on pointyhat, report if you have similar problems
+.endif
.if ${ARCH} == i386
WORDSIZE=32