From c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 9 Jul 2021 23:56:39 +0200 Subject: *: (KDE ports) tidy up dependencies Go another round with the dependency-cleanup: - ECM and doctools are still more only a build-dep - Qt testlibs is a build-dep This touches plenty of ports outside of KDE Frameworks that did **not** list their full dependencies and could get away with it because frameworks pulled in too much. --- graphics/skanlite/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/skanlite/Makefile') diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile index f152e2bf24dd..ee4c792c034d 100644 --- a/graphics/skanlite/Makefile +++ b/graphics/skanlite/Makefile @@ -1,6 +1,6 @@ PORTNAME= skanlite DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/ @@ -18,8 +18,8 @@ USE_KDE= auth config configwidgets codecs completion \ coreaddons i18n jobwidgets kio \ service widgetsaddons xmlgui \ doctools_build ecm_build -USE_QT= buildtools_build qmake_build \ - core concurrent dbus gui network widgets xml +USE_QT= core concurrent dbus gui network widgets xml \ + buildtools_build qmake_build testlib_build .include -- cgit v1.2.3