summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/jdk/Makefile5
-rw-r--r--java/jdk11/Makefile5
2 files changed, 2 insertions, 8 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile
index 78d2621318f7..ae5ee09a7992 100644
--- a/java/jdk/Makefile
+++ b/java/jdk/Makefile
@@ -43,8 +43,5 @@ do-install:
post-install:
${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}"
-.if ${OSVERSION} > 400000
- ${ECHO} "You will need to install the compat3x libraries to use this port."
-.endif
-
+
.include <bsd.port.post.mk>
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index 78d2621318f7..ae5ee09a7992 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -43,8 +43,5 @@ do-install:
post-install:
${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}"
-.if ${OSVERSION} > 400000
- ${ECHO} "You will need to install the compat3x libraries to use this port."
-.endif
-
+
.include <bsd.port.post.mk>