diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 03:19:17 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 03:19:17 +0000 |
commit | 4f7e83b3aba0089240fc28ec77e3e24a9787ddb6 (patch) | |
tree | 28b928f0d95efea9294296fb1364a3a5e337787c /lang/gforth | |
parent | f8b5f9cd5f8665c5694cf0f3c1c009d54982578b (diff) | |
download | FreeBSD-ports-4f7e83b3aba0089240fc28ec77e3e24a9787ddb6.zip FreeBSD-ports-4f7e83b3aba0089240fc28ec77e3e24a9787ddb6.tar.gz |
This now appears to build on 7.x and 8.x.
Reported by: pointyhat
Approved by: portmgr (self)
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index b711369..81d9636 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -46,16 +46,12 @@ 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 .if ${OSVERSION} < 700000 -BROKEN= Does not compile on pointyhat +BROKEN= Does not compile on ports build cluster .endif .if ${ARCH} == i386 |