Subject: Re: New pkg submit: pkgsrc/sysutils/logrotate
To: Brian A. Seklecki <lavalamp@spiritual-machines.org>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-pkg
Date: 08/06/2003 14:00:24
On Wed, Aug 06, 2003 at 07:19:21AM -0400, Brian A. Seklecki wrote:
>
> I have another package I'm working on that needs to depend on another
> package:
>
> pkgsrc/lang/tcl-expect
>
> ...but that pkgsrc entry doesn't have a buildlink2.mk entry.
Buildlink2.mk files are, in general, just for libraries and
corresponding header files.
For all other uses, plain DEPENDS or BUILD_DEPENDS is good enough.
Thomas