Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/30/2002 01:15:04
Module Name: pkgsrc
Committed By: jlam
Date: Mon Jul 29 22:15:04 UTC 2002
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Invert the test for USE_JAVA. It now takes an optional value of "run"
(instead of "build"). The rationale is that USE_JAVA= is "bigger" than
USE_JAVA=run in the sense that the former adds another dependency. For
packages that don't need the extra dependency, we can trim it off by
setting USE_JAVA more thoughtfully.
To generate a diff of this commit:
cvs rdiff -r1.1019 -r1.1020 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.