On Tue, Jun 26, 2018 at 03:56:27PM +0100, Stuart Henderson wrote: > LIB_DEPENDS is only for libraries used directly by a port, this is > very unlikely to be the case for fribidi. >
Ok, then everything becomes simplier: 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 14:59:19 -0000 @@ -4,16 +4,18 @@ 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 Index: distinfo =================================================================== RCS file: /cvs/ports/www/vimb/distinfo,v retrieving revision 1.8 diff -u -p -u -p -r1.8 distinfo --- distinfo 24 Apr 2018 12:44:55 -0000 1.8 +++ distinfo 26 Jun 2018 14:59:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (vimb-3.1.0.tar.gz) = bvwyuBdZsd/GN7UYiDGnh5Aq4pYVChKygT9swZAAmr8= -SIZE (vimb-3.1.0.tar.gz) = 125376 +SHA256 (vimb-3.2.0.tar.gz) = l0ZAjEW+28ps1b03xyaKzlLyZVpOrUu1AjnVV775q0E= +SIZE (vimb-3.2.0.tar.gz) = 131034 Index: patches/patch-src_Makefile =================================================================== RCS file: patches/patch-src_Makefile diff -N patches/patch-src_Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_Makefile 26 Jun 2018 14:59:19 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: src/Makefile +--- src/Makefile.orig ++++ src/Makefile +@@ -16,6 +16,8 @@ vimb.so: $(OBJ) + + $(OBJ): config.h ../config.mk + ++input.o: scripts/scripts.h ++ + normal.o: scripts/scripts.h + + setting.o: scripts/scripts.h
