diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 07:23:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 15:14:59 +0000 |
commit | 8e4954d676488ec2dde371981fab46273730a525 (patch) | |
tree | 4e75f35eb53f120cc89695d926bc3324aec64cfd | |
parent | ca8aaa0ebb48c714041b616280fc20b43c47690c (diff) |
net/incidenceeditor: drop unnecessary dependencies
They were dropped in [1] upstream.
[1] https://invent.kde.org/pim/incidenceeditor/-/commit/ab9708d4a0c8478de78867b00ce777b5d7350070
-rw-r--r-- | net/incidenceeditor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/incidenceeditor/Makefile b/net/incidenceeditor/Makefile index 0e7123df3d46..2d8733403415 100644 --- a/net/incidenceeditor/Makefile +++ b/net/incidenceeditor/Makefile @@ -1,5 +1,6 @@ PORTNAME= incidenceeditor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -21,8 +22,8 @@ USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime calendarcore \ calendarsupport calendarutils contacts eventviews grantleetheme \ identitymanagement imap ldap libkdepim mailtransport mime pimcommon \ pimtextedit -USE_QT= concurrent core dbus gui network printsupport uitools \ - webkit widgets xml \ +USE_QT= concurrent core dbus gui network printsupport \ + widgets xml \ buildtools:build qmake:build testlib:build USE_XORG= x11 USE_LDCONFIG= yes |