Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:29:58 GMT
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 994b7e670b41 - main - net-im/purple-gowhatsapp: stop trying to save 3 bits and add pkgconfig
Message-ID:  <202401220029.40M0TwkY086092@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=994b7e670b4170b938c3d1559595b95bbbd2fbb7

commit 994b7e670b4170b938c3d1559595b95bbbd2fbb7
Author:     Mikhail Teterin <mi@FreeBSD.org>
AuthorDate: 2024-01-22 00:27:33 +0000
Commit:     Mikhail Teterin <mi@FreeBSD.org>
CommitDate: 2024-01-22 00:29:54 +0000

    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
---
 net-im/purple-gowhatsapp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/purple-gowhatsapp/Makefile b/net-im/purple-gowhatsapp/Makefile
index 8b14b085d45f..f090f939550e 100644
--- a/net-im/purple-gowhatsapp/Makefile
+++ b/net-im/purple-gowhatsapp/Makefile
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401220029.40M0TwkY086092>