freebsd-ports/misc/bibletime/Makefile
Tobias C. Berner e986782489 misc/bibletime: add missing build dependency on testlib
The dependency was previously pulled in transitively.

PR:		257100
2021-07-19 06:57:53 +02:00

18 lines
489 B
Makefile

PORTNAME= bibletime
PORTVERSION= 2.11.2
PORTREVISION= 2
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Open source Bible study tool
LICENSE= GPLv2
LIB_DEPENDS= libclucene-core.so:textproc/clucene \
libsword.so:misc/sword
USES= cmake compiler:c11 qt:5 tar:xz ssl
USE_QT= buildtools core dbus gui linguist_build network script svg \
webkit xml qmake_build testlib_build
.include <bsd.port.mk>