Subject: Re: Debugging a buildlink wrapper problem?
To: Geert Hendrickx <geert.hendrickx@ua.ac.be>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 08/08/2005 13:39:20
On Mon, Aug 08, 2005 at 11:31:01AM +0200, Geert Hendrickx wrote:
> Can we have BUILD_DEPENDS with buildlink3.mk files at all?  jdk14 only
> needs the headers at compile time, the plugin doesn't link to anything
> mozilla at runtime.  

You can set
BUILDLINK_DEPMETHOD.foo=       build
before including the buildlink3.mk file, where "foo" has to be the
appropriate package name, of course.
 Thomas