git: a6a870afced7 - main - misc/bibletime: add hidden dependencies on qt5-printsupport and qt5-widgets (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 23:51:11 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a6a870afced7b345fe2e5bfc0d191b81c66b4156
commit a6a870afced7b345fe2e5bfc0d191b81c66b4156
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-04 23:47:42 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-04 23:51:06 +0000
misc/bibletime: add hidden dependencies on qt5-printsupport and qt5-widgets (+)
Stage-qa raise missed declaration of used libraries of qt5-printsupport and qt5-widgets.
Approved by: portmgr blanket
---
misc/bibletime/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index 8aff1501916c..cbc09bf96511 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bibletime
PORTVERSION= 2.11.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
@@ -13,6 +13,7 @@ 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
+USE_QT= buildtools core dbus gui linguist_build network printsupport \
+ script svg webkit widgets \
+ xml qmake_build testlib_build
.include <bsd.port.mk>