net/unison: add a BDEP on sysutils/findlib

tb@ found that building unison fails when sysutils/findlib is not
present. Fixed by adding this explicitly as BDEP.

No need for a bump since the fix does not change the resulting package.

Initial diff from tb@, thank you!

OK tb@
This commit is contained in:
bket 2022-05-08 15:06:04 +00:00
parent 7b4116e115
commit ae63a967f1

View File

@ -38,7 +38,8 @@ WANTLIB += Xrandr Xrender atk-1.0 cairo fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += harfbuzz intl pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += z
BUILD_DEPENDS += x11/lablgtk2
BUILD_DEPENDS += sysutils/findlib \
x11/lablgtk2
LIB_DEPENDS += x11/gtk+2
MAKE_FLAGS += UISTYLE=gtk2
.endif