Subject: Re: Bekerley DB v1
To: NetBSD tech-pkg mailing-list <tech-pkg@netbsd.org>
From: Stoned Elipot <seb@starfleet.univ-paris7.fr>
List: tech-pkg
Date: 03/17/2003 19:04:21
On Mon, Mar 17, 2003 at 07:48:43PM +0100, pierre bourgin wrote:
> Did I miss something, someone has a clue about it ?

If the pkg is using the buildink2 framework
(USE_BUILDLINK2 defined in its Makefile) just add:

USE_BUILDLINK2=         # defined
...
.include "../../databases/db/buildlink2.mk"

to the Makefile. If the system provides db1 it will be used otherwise a
dependency on DB2 will be added. 
See databases/db/buildlink2.mk for details.

Cheers, Stoned.