Subject: Re: modular Xorg - pkgsrc/x11/xf86-input-keyboard
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 06/13/2007 23:34:02
On Wed, Jun 13, 2007 at 03:23:40PM -0600, John R. Shannon wrote:
> It appears that the problem is coming from meta-pkgs/kde3/Makefile.kde3
> which has:
>
> USE_TOOLS+= gmake imake perl
>
> since imake is from the old xorg.
The tools framework uses devel/imake for X11_TYPE=modular or
x11/xorg-imake for X11_TYPE=xorg. The definition is correct.
Joerg