Subject: Re: "torrentutils" vs. "bash"
To: Matthias Scheler <tron@zhadum.org.uk>
From: Min Sik Kim <minskim@NetBSD.org>
List: tech-pkg
Date: 06/22/2007 09:58:17
On Jun 22, 2007, at 9:37 AM, Matthias Scheler wrote:
> I'm trying to build "pkgsrc/net/torrentutils" on my Mac OS X system.
> Despite the fact that Mac OS X provides "/bin/bash" and
> "pkgsrc/mk/tools/tools.Darwin.mk" knows that "pkgsrc" is trying
> to build "pkgsrc/shell/bash" as a dependence.

Remove the explicit DEPENDS on shells/bash from Makefile.  The tools  
framework (USE_TOOLS+=bash:run) will set the dependency if needed.

Regards,
Min