diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-15 15:57:17 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-15 21:06:03 +0200 |
commit | dc4e8c040a8b3b544b4cacab693c407f6bcd1d84 (patch) | |
tree | d20ee7e8019c01804c91d0f127751510371adba5 /x11/plasma5-plasma-integration | |
parent | 4c230fed88cc283e954899005d11ed7995f3c05e (diff) | |
download | freebsd-ports-dc4e8c040a8b3b544b4cacab693c407f6bcd1d84.zip |
KDE: make ecm a build-only dependency in KDE Plasma
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile index f1d9148b2237..374b9a4268ab 100644 --- a/x11/plasma5-plasma-integration/Makefile +++ b/x11/plasma5-plasma-integration/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -12,9 +13,10 @@ RUN_DEPENDS= hack-font>=0:x11-fonts/hack-font USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 \ shebangfix tar:xz xorg USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ - coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ + coreaddons i18n iconthemes itemviews jobwidgets kio \ notifications service solid wayland widgetsaddons windowsystem \ - xmlgui xdg-desktop-portal-kde \ + xdg-desktop-portal-kde xmlgui \ + ecm:build \ qqc2-desktop-style:run USE_QT= concurrent core dbus declarative gui network quickcontrols2 \ wayland widgets x11extras xml \ |