Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/04/2004 23:22:38
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Aug  4 23:22:38 UTC 2004

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Sometimes, the dependencies installed are a function of which variables
are set, and it'd be nice to know which ones before the default
dependencies are installed.

Create a new target "pre-install-depends" that is executed before
dependencies are installed.  Move the display of BUILD_DEFS
(build-defs-message) into pre-install-depends so that they are displayed
before dependencies are installed.


To generate a diff of this commit:
cvs rdiff -r1.1484 -r1.1485 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.