aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-01 20:46:07 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-01 20:46:07 +0000
commit291c479c05b7db09d3f5fed575c33e06d849b994 (patch)
tree6995e292f0307c3729fbab1a69be6e6f79b6ede1 /lang/gforth
parent61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff)
downloadports-291c479c05b7db09d3f5fed575c33e06d849b994.tar.gz
ports-291c479c05b7db09d3f5fed575c33e06d849b994.zip
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/Makefile6
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