Date: Sat, 27 Apr 2024 00:17:15 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9476d3e04f44 - main - devel/got: requires pkgconfig Message-ID: <202404270017.43R0HFAL040403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9476d3e04f4469b8867a1457a4187aabe9dbf7cc commit 9476d3e04f4469b8867a1457a4187aabe9dbf7cc Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-04-27 00:16:42 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-04-27 00:16:42 +0000 devel/got: requires pkgconfig Reported by: Tomoaki AOKI --- devel/got/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/got/Makefile b/devel/got/Makefile index 93cd039e5e42..1a41440bef3f 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -11,7 +11,7 @@ WWW= https://gameoftrees.org LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE -USES= localbase ssl +USES= localbase pkgconfig ssl CONFLICTS_INSTALL= p5-App-GitGot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404270017.43R0HFAL040403>