aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 21:56:39 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 21:59:01 +0000
commitc0a5e2416d2b24af2d83fc97fa9dde37c152d6ec (patch)
treeea95f58300e77d19c29ee32e28d5a98b1cc53582 /x11-themes
parent71d85cac1937709444cc3f64f4745015b0acec33 (diff)
downloadports-c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec.tar.gz
ports-c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec.zip
*: (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.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/plasma5-kde-gtk-config/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/plasma5-kde-gtk-config/Makefile b/x11-themes/plasma5-kde-gtk-config/Makefile
index 83f6de25513c..d351dfb673f7 100644
--- a/x11-themes/plasma5-kde-gtk-config/Makefile
+++ b/x11-themes/plasma5-kde-gtk-config/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kde-gtk-config
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -16,10 +17,11 @@ USES= cmake compiler:c++11-lib cpe gettext gnome \
kde:5 pkgconfig qt:5 tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20
USE_KDE= archive attica auth codecs completion config configwidgets \
- coreaddons dbusaddons decoration ecm guiaddons i18n iconthemes \
- jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui
-USE_QT= concurrent core dbus gui network svg testlib widgets xml \
- buildtools_build qmake_build
+ coreaddons dbusaddons decoration guiaddons i18n iconthemes \
+ jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui \
+ ecm_build
+USE_QT= concurrent core dbus gui network svg widgets xml \
+ buildtools_build qmake_build testlib_build
USE_XORG= xcursor
.include <bsd.port.mk>