Subject: Re: bmake package and dependencies
To: Florian Heigl <florian.heigl@gmail.com>
From: Johnny C. Lam <jlam@pkgsrc.org>
List: tech-pkg
Date: 03/15/2007 10:39:57
Florian Heigl wrote:
>
> if I run bmake package on some (random) software, autoselected buildtime
> dependencies won't be packaged, but only installed. Looking at my package
> directory, I find *sometimes* the dependencies get packaged, too,
> which is great.
>
> Is there any environment setting that could make this the default
> behaviour?
> (I don't feel like trying a bulk build yet)
DEPENDS_TARGET=package in your mk.conf file should force all
dependencies built to be packaged as well.
Cheers,
-- Johnny Lam <jlam@pkgsrc.org>