Subject: Re: Working on chat/pidgin -- working, sort of
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 06/09/2007 21:28:06
On Mon, Jun 04, 2007 at 09:07:28PM +0200, Klaus Heinz wrote:
> Justin C. Sherrill wrote:
> > checking how to hardcode library paths into programs... immediate
> > checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
> > checking for perl... /usr/obj/pkgsrc/chat/libpurple/work/.tools/bin/perl
> > checking for XML::Parser... configure: error: XML::Parser perl module is
> > required for intltool
> 
> The missing DEPENDS for p5-XML-Parser was already noted.

This is wrong, it needs USE_TOOLS+= intltools

Joerg