Subject: Re: how to use ${ID} in a Makefile?
To: None <georg.schwarz@freenet.de>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: tech-pkg
Date: 10/01/2006 01:19:54
On Sat, 30 Sep 2006 16:32:26 +0200, Georg Schwarz <georg.schwarz@freenet.de> wrote:

> > Could you try to set USE_TOOLS+=id:run in Makefile?
> >
> 
> that makes it work. However, I wonder why it should be necessary.  
> Also, wouldn't "run" imply that id is needed at run time only?

Oops, you are right:-) We don't need ":run", just use USE_TOOLS+=id.

> Does the pkgsrc framework forget to declare id as a tool that is  
> potentially always necessary for at build time?

It is defined in bsd.pkg.mk. If you want to use id before
including bsd.pkg.mk, you should define it by yourself.

-- 
Yuji Yamano