From 16f1d99887941b1dba0085e60d4a12401b239ac8 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 20 Nov 2007 03:19:17 +0000 Subject: This now appears to build on 7.x and 8.x. Reported by: pointyhat Approved by: portmgr (self) --- lang/gforth/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lang/gforth') diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index b711369bb9bb..81d9636cb4d9 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -46,16 +46,12 @@ PORTDOCS= * .include -.if ${OSVERSION} >= 700029 -BROKEN= Does not compile -.endif - .if !defined(WITHOUT_FFCALL) BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall .endif .if ${OSVERSION} < 700000 -BROKEN= Does not compile on pointyhat +BROKEN= Does not compile on ports build cluster .endif .if ${ARCH} == i386 -- cgit v1.2.3