On Tue, Aug 19, 2014 at 06:58:53PM +0400, Vadim Zhukov wrote: > 2014-08-19 3:24 GMT+04:00 Brian Callahan <bcal...@devio.us>: > > Hi ports -- > > > > Attached is a new port, vimb. Vimb is another one of those vi-inspired web > > browsers. > > > > pkg/DESCR: > > Vimb is a fast and lightweight vim like web browser based on the webkit > > web browser engine and the GTK toolkit. Vimb is modal like the great vim > > editor and also easily configurable during runtime. Vimb is mostly > > keyboard driven and does not detract you from your daily work. > > > > Works well on amd64, i386 (and other) testers appreciated. > > > > OK? > > You should probably use "LIB_DEPENDS = www/webkit," instead (notice > the trailing comma), to make sure the GTK2 version of vimb doesn't > depend on GTK3 version of Webkit.
Not sure that will do it, will it? Shouldn't sth like this be used? webkit-*-!gtk3:www/webkit But if the WANTLIB are correct and refence the ones from the non gtk3 webkit, I think nothing should be needed no? -- Antoine