aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-07-19 04:51:37 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-07-19 04:57:53 +0000
commite9867824898888ccba384be98bb770c5883e40c5 (patch)
treefb6532a5a7f8370763f30d49441dffb066ec3707 /misc
parent6d96654ae75a3382e14323a3e5206b3d36cc5d95 (diff)
downloadports-e9867824898888ccba384be98bb770c5883e40c5.tar.gz
ports-e9867824898888ccba384be98bb770c5883e40c5.zip
misc/bibletime: add missing build dependency on testlib
The dependency was previously pulled in transitively. PR: 257100
Diffstat (limited to 'misc')
-rw-r--r--misc/bibletime/Makefile2
1 files changed, 1 insertions, 1 deletions
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>