diff options
Diffstat (limited to 'java/jdk11')
-rw-r--r-- | java/jdk11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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> |