From 5299cd1d891aba8e4bbf2a94e3bb736864ec7889 Mon Sep 17 00:00:00 2001 From: Nate Williams 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/jdk/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'java/jdk') 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 -- cgit v1.2.3