On Mon, Jan 18, 2010 at 03:32:45PM +0100, Landry Breuil wrote: > The port seems wrong on other aspects, while here.. > > WANTLIB= c ldns > BUILD_DEPENDS= ::net/ldns/libldns > RUN_DEPENDS= ::net/ldns/libldns > > Should be > > LIB_DEPENDS= ldns::net/ldns/libldns > WANTLIB= c
Did you actually check ? First glance might not be enough. A port that uses a library, but requires some files to be around even on a -static arch will have RUN_DEPENDS on top of LIB_DEPENDS...