diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-15 17:17:02 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-15 19:06:04 +0000 |
commit | 923c335eebe43ed05c7386db43ce16b35186d0b6 (patch) | |
tree | ad52edd13331e4be9bf87a093e90a0b6bff2be31 /net/kmailtransport/Makefile | |
parent | 593d73f1326e5978a010080d04184f29f66ab398 (diff) |
KDE: add ecm:build dependency to KDE Gear ports
- these ports previously got their ecm transitively,
but, run-time dependency on ecm is being reduced
to better support KDE Plasma 6 in the future.
Diffstat (limited to 'net/kmailtransport/Makefile')
-rw-r--r-- | net/kmailtransport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/kmailtransport/Makefile b/net/kmailtransport/Makefile index 1429dd772ca4..367c6d0f57d1 100644 --- a/net/kmailtransport/Makefile +++ b/net/kmailtransport/Makefile @@ -1,5 +1,6 @@ PORTNAME= kmailtransport DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +15,8 @@ LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ itemmodels jobwidgets kcmutils kio service solid wallet \ - widgetsaddons windowsystem + widgetsaddons windowsystem \ + ecm:build # pim components USE_KDE+= akonadi akonadimime gapi ksmtp mime pimcommon USE_QT= concurrent core dbus gui network widgets xml \ |