From d83f722ce6e903fd3fb4c344c8a57705ade502d2 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 6 Mar 2001 15:41:02 +0000 Subject: - Inform the user about the need for the compat 3.X libraries if they install on a FreeBSD 4.X system. Submitted by: Ernst de Haan --- java/jdk11/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'java/jdk11/Makefile') 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 -- cgit