Subject: Re: Several WRKSRCes?
To: Torsten Sadowski <moehl@akaflieg.extern.tu-berlin.de>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 10/08/2002 15:00:02
On Tue, Oct 08, 2002 at 11:23:57PM +0200, Torsten Sadowski wrote:
>
> How can I give several WRKSRC directories to a package? I´m asking because
> I want "ogl" from the contrib section in wxGTK.
You can try adding:
CONFIGURE_DIRS= ${WRKSRC} ${WRKSRC}/contrib
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/contrib
to the wxGTK Makefile (YMMV), but ultimately, I think there should be a
separate wxGTK-ogl package.
Cheers,
-- Johnny Lam <jlam@netbsd.org>