Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 08:33:51 +0000
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2aba16974afb - main - graphics/lua-qrencode: remove pkgconfig build dependency
Message-ID:  <699c10ef.1f7c4.1ca1f69e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2aba16974afbae11eafc9ac73096d6d5bd13da64

commit 2aba16974afbae11eafc9ac73096d6d5bd13da64
Author:     Martin Matuska <mm@FreeBSD.org>
AuthorDate: 2026-02-23 08:33:23 +0000
Commit:     Martin Matuska <mm@FreeBSD.org>
CommitDate: 2026-02-23 08:33:41 +0000

    graphics/lua-qrencode: remove pkgconfig build dependency
---
 graphics/lua-qrencode/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/lua-qrencode/Makefile b/graphics/lua-qrencode/Makefile
index fe57ca3a55a6..589aa7113689 100644
--- a/graphics/lua-qrencode/Makefile
+++ b/graphics/lua-qrencode/Makefile
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	libqrencode.so:graphics/libqrencode \
 		libpng.so:graphics/png
 
-USES=		lua:module pkgconfig
+USES=		lua:module
 USE_GITHUB=	yes
 GH_ACCOUNT=	vincascm
 GH_TAGNAME=	v1.1.1


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c10ef.1f7c4.1ca1f69e>