Date: Mon, 19 Jul 2021 04:58:02 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e98678248988 - main - misc/bibletime: add missing build dependency on testlib Message-ID: <202107190458.16J4w2Wm021629@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9867824898888ccba384be98bb770c5883e40c5 commit e9867824898888ccba384be98bb770c5883e40c5 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-07-19 04:51:37 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-19 04:57:53 +0000 misc/bibletime: add missing build dependency on testlib The dependency was previously pulled in transitively. PR: 257100 --- misc/bibletime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 2e9f7da8b6fa..8aff1501916c 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -14,5 +14,5 @@ LIB_DEPENDS= libclucene-core.so:textproc/clucene \ USES= cmake compiler:c11 qt:5 tar:xz ssl USE_QT= buildtools core dbus gui linguist_build network script svg \ - webkit xml qmake_build + webkit xml qmake_build testlib_build .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107190458.16J4w2Wm021629>