misc/bibletime: add missing build dependency on testlib

The dependency was previously pulled in transitively.

PR:		257100
This commit is contained in:
Tobias C. Berner 2021-07-19 06:51:37 +02:00
parent 6d96654ae7
commit e986782489

View file

@ -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>