git: 5b85ff415f1c - main - misc/kde-thumbnailer-chm: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:11:04 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5b85ff415f1cf29955c56dfbf8a1e9b70f781ebd
commit 5b85ff415f1cf29955c56dfbf8a1e9b70f781ebd
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:31 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:25 +0000
misc/kde-thumbnailer-chm: pet stage-qa
---
misc/kde-thumbnailer-chm/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/misc/kde-thumbnailer-chm/Makefile b/misc/kde-thumbnailer-chm/Makefile
index 8f678609e35f..a34d8af91b3b 100644
--- a/misc/kde-thumbnailer-chm/Makefile
+++ b/misc/kde-thumbnailer-chm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kde-thumbnailer-chm
PORTVERSION= 0.2.1
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc kde
MAINTAINER= makc@FreeBSD.org
@@ -12,10 +12,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libchm.so:misc/chmlib
-USES= cmake compiler:c++11-lang kde:5 qt:5
-USE_KDE= ecm_build kio
-USE_QT= buildtools_build qmake_build gui
-
+USES= cmake compiler:c++11-lang kde:5 qt:5 xorg
+USE_KDE= ecm_build completion config coreaddons jobwidgets kio service solid \
+ widgetsaddons windowsystem
+USE_QT= buildtools_build qmake_build concurrent core dbus gui network widgets
+USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= Caig