git: 88bca0dee064 - main - net/pimcommon: remove unnecessary dependency on webkit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 15:18:58 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=88bca0dee0644b916cc5230ec1a712f57ef75223 commit 88bca0dee0644b916cc5230ec1a712f57ef75223 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-12 07:37:05 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-12 15:16:36 +0000 net/pimcommon: remove unnecessary dependency on webkit Was ported to webengine upstream in [1] and later removed in [2]. [1] https://invent.kde.org/pim/pimcommon/-/commit/ef6ec3974af5e535a7d4133131b668939927676a [2] https://invent.kde.org/pim/pimcommon/-/commit/5fe9c0484fb305a358b70c807f83d6cca30d180a --- net/pimcommon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/pimcommon/Makefile b/net/pimcommon/Makefile index 679d5302d9cd..5cef0e565d54 100644 --- a/net/pimcommon/Makefile +++ b/net/pimcommon/Makefile @@ -1,5 +1,6 @@ PORTNAME= pimcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -22,7 +23,7 @@ USE_KDE= archive attica auth codecs completion config configwidgets \ USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme \ imap ktextaddons ldap libkdepim mime pimtextedit purpose USE_QT= concurrent core dbus designer gui network printsupport script \ - testlib uiplugin uitools webkit widgets xml \ + testlib uiplugin uitools widgets xml \ buildtools:build qmake:build USE_XORG= x11 USE_LDCONFIG= yes