aboutsummaryrefslogtreecommitdiff
path: root/java/ecj-bootstrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/ecj-bootstrap/Makefile')
-rw-r--r--java/ecj-bootstrap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/ecj-bootstrap/Makefile b/java/ecj-bootstrap/Makefile
index 0138ab8556bf..ad15e10f6374 100644
--- a/java/ecj-bootstrap/Makefile
+++ b/java/ecj-bootstrap/Makefile
@@ -29,8 +29,8 @@ ANT_VERSION= 1.6.5
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000 || ${OSVERSION} > 700000
-IGNORE= dumps core on FreeBSD 4.x and 7.x
+.if ${OSVERSION} > 700000
+IGNORE= dumps core on 7.x
.endif
GCJ= gcj41