Date: Sat, 1 Jul 2023 19:36:19 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 04384b7a5a0b - main - net-im/libquotient: fix USES Message-ID: <202307011936.361JaJdH087092@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=04384b7a5a0ba844eded369f6b03215b100da56f commit 04384b7a5a0ba844eded369f6b03215b100da56f Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-07-01 19:36:05 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-07-01 19:36:05 +0000 net-im/libquotient: fix USES --- net-im/libquotient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 5aa6956937d4..5f797562c844 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake compiler:c++14-lang qt:5 tar:xz +USES= cmake qt:5 tar:xz USE_QT= concurrent core gui multimedia network \ buildtools:build qmake:build testlib:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307011936.361JaJdH087092>