git: 8e4954d67648 - main - net/incidenceeditor: drop unnecessary dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 15:18:51 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e4954d676488ec2dde371981fab46273730a525 commit 8e4954d676488ec2dde371981fab46273730a525 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-12 07:23:15 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-12 15:14:59 +0000 net/incidenceeditor: drop unnecessary dependencies They were dropped in [1] upstream. [1] https://invent.kde.org/pim/incidenceeditor/-/commit/ab9708d4a0c8478de78867b00ce777b5d7350070 --- net/incidenceeditor/Makefile | 5 +++-- 1 file 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