Subject: Re: make package
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 02/17/2007 14:18:35
On Fri, Feb 16, 2007 at 06:23:26PM -0600, Jeremy C. Reed wrote:
> On Fri, 16 Feb 2007, Larson, Timothy E. wrote:
> 
> > When I want to build a binary package that has a lot of dependencies, is
> > there anything special I need to do in order to also make packages of
> > those missing dependencies that are built in the process?  Is it
> > possible?
> 
> "make package" should do that automatically.

It is still safer to set DEPENDS_TARGET in mk.conf as that magic only
happens when make package is run directly.

Joerg