1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net-im/purple-gowhatsapp: stop trying to save 3 bits and add pkgconfig

glib, gdk-pixbuf, and so on are all dependencies of libpurple, so we
have them installed. But CMake does couldn't find them because pkgconfig
was not there.

Suggested by:	diizzy
This commit is contained in:
Mikhail Teterin 2024-01-21 19:27:33 -05:00
parent 9bb013cd09
commit 994b7e670b

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpurple.so:net-im/libpurple \
libopusfile.so:audio/opusfile
USES= go:no_targets cmake dos2unix localbase:ldflags
USES= go:no_targets cmake dos2unix localbase:ldflags pkgconfig
OPTIONS_MULTI= DB-backend
OPTIONS_MULTI_DB-backend= SQLITE3 PGSQL MYSQL