pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Check for the JRE and not the SDK package to figure...
details: https://anonhg.NetBSD.org/pkgsrc/rev/148ce3070e23
branches: trunk
changeset: 492844:148ce3070e23
user: tron <tron%pkgsrc.org@localhost>
date: Wed Apr 20 13:17:40 2005 +0000
description:
Check for the JRE and not the SDK package to figure which version of the
Sun Java package is installed.
diffstat:
mk/java-vm.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 1886e8639e1d -r 148ce3070e23 mk/java-vm.mk
--- a/mk/java-vm.mk Wed Apr 20 13:15:53 2005 +0000
+++ b/mk/java-vm.mk Wed Apr 20 13:17:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.40 2005/04/19 11:54:50 wiz Exp $
+# $NetBSD: java-vm.mk,v 1.41 2005/04/20 13:17:40 tron Exp $
#
# This Makefile fragment handles Java dependencies and make variables,
# and is meant to be included by packages that require Java either at
@@ -116,9 +116,9 @@
_JAVA_PKGBASE.jdk= jdk
_JAVA_PKGBASE.jdk14= jdk14
_JAVA_PKGBASE.kaffe= kaffe
-_JAVA_PKGBASE.sun-jdk13= sun-jdk13
-_JAVA_PKGBASE.sun-jdk14= sun-jdk14
-_JAVA_PKGBASE.sun-jdk15= sun-jdk15
+_JAVA_PKGBASE.sun-jdk13= sun-jre13
+_JAVA_PKGBASE.sun-jdk14= sun-jre14
+_JAVA_PKGBASE.sun-jdk15= sun-jre15
#_JAVA_PKGBASE.win32-jdk= win32-jdk
# Mark the acceptable JVMs and check which JVM packages are installed.
Home |
Main Index |
Thread Index |
Old Index