diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-12 18:29:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-12 18:29:25 +0000 |
commit | cc23ff42d8676850a0b32868638ca4424a165044 (patch) | |
tree | 8e852a8f6462a938201c2cf6d909bb56d73e7b9e /lang/gforth | |
parent | 712e5a54f53e27fdfa273de84abd1548e4a95233 (diff) |
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 4 |
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 |