aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/openjdk7/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile
index e11ae4f7013a..4beb91e5554d 100644
--- a/java/openjdk7/Makefile
+++ b/java/openjdk7/Makefile
@@ -107,10 +107,6 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 902506 || (${OSVERSION} > 1000000 && ${OSVERSION} < 1000702)
-FORBIDDEN= causes kernel panics
-.endif
-
.if empty(PORT_OPTIONS:MDEBUG)
MAKE_ENV+= ALT_OBJCOPY="/nonexistent"
.endif