summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/jdk/Makefile5
-rw-r--r--java/jdk11/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile
index dc96779fbe22..bf5d0a800e17 100644
--- a/java/jdk/Makefile
+++ b/java/jdk/Makefile
@@ -42,5 +42,8 @@ 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 dc96779fbe22..bf5d0a800e17 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -42,5 +42,8 @@ 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>