git: e98678248988 - main - misc/bibletime: add missing build dependency on testlib
Tobias C. Berner
tcberner at FreeBSD.org
Mon Jul 19 04:58:03 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e9867824898888ccba384be98bb770c5883e40c5
commit e9867824898888ccba384be98bb770c5883e40c5
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-19 04:51:37 +0000
Commit: Tobias C. Berner <tcberner at 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>
More information about the dev-commits-ports-all
mailing list