diff options
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 4 |
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 |