Date: Fri, 10 May 2024 21:13:52 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 182dd49cd63d - main - irc/znc: add pkgconfig at runtime Message-ID: <202405102113.44ALDqGL082181@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=182dd49cd63d8cad14e7625db663d61d864a1c7c commit 182dd49cd63d8cad14e7625db663d61d864a1c7c Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-05-10 21:10:34 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-05-10 21:13:31 +0000 irc/znc: add pkgconfig at runtime Include pkgconfig at runtime for module compiling PR: 278901 --- irc/znc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 44de409da160..bf1a400c538c 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -1,5 +1,6 @@ PORTNAME= znc DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= https://znc.in/releases/ \ https://znc.in/releases/archive/ @@ -11,7 +12,7 @@ WWW= https://wiki.znc.in/ZNC LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig python +USES= compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig:both python USE_RC_SUBR= znc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405102113.44ALDqGL082181>