Date: Thu, 14 Sep 2023 10:44:00 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0726fc301454 - main - x11-themes/plasma5-breeze: slim down unnecessary dependencies Message-ID: <202309141044.38EAi0U3061053@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0726fc301454f3aa9f15ec072b31a01a9d823bef commit 0726fc301454f3aa9f15ec072b31a01a9d823bef Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-14 07:56:49 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-14 10:41:39 +0000 x11-themes/plasma5-breeze: slim down unnecessary dependencies --- x11-themes/plasma5-breeze/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-themes/plasma5-breeze/Makefile b/x11-themes/plasma5-breeze/Makefile index 605bf5113ce1..8188a48635bf 100644 --- a/x11-themes/plasma5-breeze/Makefile +++ b/x11-themes/plasma5-breeze/Makefile @@ -1,5 +1,6 @@ PORTNAME= breeze DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -8,14 +9,11 @@ WWW= https://www.kde.org/plasma-desktop LICENSE= GPLv2 -LIB_DEPENDS= libfftw3_threads.so:math/fftw3 - USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ xorg USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ decoration frameworkintegration guiaddons i18n iconthemes \ - kcmutils kirigami2 plasma-framework service wayland \ - widgetsaddons windowsystem \ + kcmutils kirigami2 service widgetsaddons windowsystem \ ecm:build USE_QT= core dbus declarative gui network widgets x11extras xml \ buildtools:build qmake:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309141044.38EAi0U3061053>