diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 05:35:26 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 15:14:57 +0000 |
commit | 847fe213df913f430f2ef9a688f2762b1c4cd21e (patch) | |
tree | 482add2aa173cea93d6b25f29dc27447a7b81a3d | |
parent | 0694870ebdf316f15eb9e94dd3ddcca19bb6c448 (diff) |
x11/kf5-frameworks: remove obsolete webkit from metaport
-rw-r--r-- | x11/kf5-frameworks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kf5-frameworks/Makefile b/x11/kf5-frameworks/Makefile index a939f18d02fa..6b701343d589 100644 --- a/x11/kf5-frameworks/Makefile +++ b/x11/kf5-frameworks/Makefile @@ -1,5 +1,6 @@ PORTNAME= frameworks DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= kf5- @@ -9,7 +10,7 @@ WWW= https://api.kde.org/frameworks/index.html USES= metaport kde:5 qt:5 # remove bluez-qt as we do not have bluez -USE_KDE= ${_USE_FRAMEWORKS_ALL:Nbluez-qt} +USE_KDE= ${_USE_FRAMEWORKS_ALL:Nbluez-qt:Nkdewebkit} # pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies USE_QT= # |