I tried to build www/webalizer on a (pretty ancient) linux system and it always disabled "DNS support" due to configure not finding dbopen. I added a ../../databases/db/buildlink3.mk include and manually patched the configure script to search for "db2" too (it tried db and db1) - this made it "work". What is the correct way to solve this? Martin