git: ac69c3412ee8 - main - devel/qschematic: Fix build

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 18 Mar 2024 12:54:48 UTC
The branch main has been updated by bofh:

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

commit ac69c3412ee8e03bf95425db75ac372475baca21
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-18 12:53:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-18 12:54:41 +0000

    devel/qschematic: Fix build
    
    Approved by:    portmgr (just-fix-it)
---
 devel/qschematic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/qschematic/Makefile b/devel/qschematic/Makefile
index 8a4837300275..f83a0d2c80dc 100644
--- a/devel/qschematic/Makefile
+++ b/devel/qschematic/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 
 LIB_DEPENDS=	libgpds.so:devel/gpds
 
-USES=		cmake compiler:c++20-lang qt:6
+USES=		cmake compiler:c++20-lang pkgconfig qt:6
 USE_QT=		base
 
 USE_GITHUB=	yes