Subject: Re: htdig and db
To: None <tech-pkg@netbsd.org>
From: Johnny Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 01/12/2005 10:10:48
Adam Ciarcinski wrote:
> 
> www/htdig complains that db1 is not accepted for building it.
> Is there something wrong with bdb.buildlink3.mk or htdig's Makefile?

The htdig Makefile only lists db2 in BDB_ACCEPTED.  If you know that it
should build with db1 as well, then it seems that should really say

	BDB_ACCEPTED=	db1 db2

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>