On 2018/06/26 16:46, Leonid Bobrov wrote: > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/vimb/Makefile,v > retrieving revision 1.14 > diff -u -p -u -p -r1.14 Makefile > --- Makefile 24 Apr 2018 12:44:55 -0000 1.14 > +++ Makefile 26 Jun 2018 13:42:20 -0000 > @@ -4,20 +4,23 @@ COMMENT = modal webkit-based browser ins > > GH_ACCOUNT = fanglingsu > GH_PROJECT = vimb > -GH_TAGNAME = 3.1.0 > +GH_TAGNAME = 3.2.0 > > CATEGORIES = www x11 > > HOMEPAGE = https://fanglingsu.github.io/vimb/ > > +MAINTAINER = Leonid Bobrov <[email protected]> > + > # GPLv3+ > PERMIT_PACKAGE_CDROM = Yes > > -WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 > +WANTLIB += atk-1.0 c cairo cairo-gobject fribidi gdk-3 gdk_pixbuf-2.0 > WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl javascriptcoregtk-4.0 > WANTLIB += pango-1.0 pangocairo-1.0 soup-2.4 webkit2gtk-4.0 > > -LIB_DEPENDS = www/webkitgtk4 > +LIB_DEPENDS = devel/fribidi \ > + www/webkitgtk4
LIB_DEPENDS is only for libraries used directly by a port, this is very unlikely to be the case for fribidi.
