Subject: Re: Debugging a buildlink wrapper problem?
To: None <tech-pkg@NetBSD.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 08/08/2005 13:49:44
On Mon, Aug 08, 2005 at 01:39:20PM +0200, Thomas Klausner wrote:
> 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.

Excellent, thanks!  

GH