diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 20:46:07 +0000 |
commit | 291c479c05b7db09d3f5fed575c33e06d849b994 (patch) | |
tree | 6995e292f0307c3729fbab1a69be6e6f79b6ede1 /lang/gforth | |
parent | 61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff) |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Notes
Notes:
svn path=/head/; revision=284867
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index ae866be236e6..36370159ab8c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -48,15 +48,9 @@ PORTDOCS= * BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall .endif -.if ${OSVERSION} < 700000 -BROKEN= Does not compile on ports build cluster -.endif - -.if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile .endif -.endif .if ${ARCH} == i386 || ${ARCH} == "powerpc" WORDSIZE=32 |