Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2024 12:54:48 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac69c3412ee8 - main - devel/qschematic: Fix build
Message-ID:  <202403181254.42ICsm0t095624@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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