On 2009/01/22 03:08, Ryan Freeman wrote: > On Thu, Jan 22, 2009 at 12:39:40AM +0000, Stuart Henderson wrote: > > On 2009/01/21 16:22, Ryan Freeman wrote: > > > hello ports@, > > > > > > below is again the patch to update bbpager, maintainer's email just > > > bounces back, if there are no objections i can take care of this one > > > since i seem to be the only one using blackbox and its associated > > > programs. regards, > > > > this is missing a dependency; > > > > checking for libbt... Package libbt was not found in the pkg-config search > > path > > > > woops, forgot the current ver of bbpager requires blackbox as the current > blackbox provides the libbt (not the same as devel/libbt however, would > this be a potential problem?) i can add the dependency to blackbox but > if someone is using libbt i wonder if it would cause a problem
blackbox and libbt are already marked to conflict with each other, so the package system won't let the two be installed together. only likely to be a problem if something in-tree starts using libbt (which hasn't been touched since 2004, so I am guessing it is pretty dead at this point). So you just need BUILD_DEPENDS on x11/blackbox. (it's a static library archive not a shared lib, which is why lib-depends-check doesn't see it).
