Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 01/13/2000 09:40:44
Module Name: pkgsrc
Committed By: jwise
Date: Thu Jan 13 17:40:43 UTC 2000
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Add a USE_JAVA= variable for packages which use java, and a PKG_JVM variable
for users to choose their own JVM.
USE_JAVA sets up DEPENDS and $JAVA_HOME appropriately, based on PKG_JVM.
Currently sane values of PKG_JVM are `jdk' and `kaffe', where the default
is `jdk' on NetBSD-*-i386, and `kaffe' elsewhere.
To generate a diff of this commit:
cvs rdiff -r1.390 -r1.391 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.