git: 1876dace3efa - main - devel/kf5-solid: drop unnecessary dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 18:33:05 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1876dace3efa6b87f48001223b10dc8f0deb261f commit 1876dace3efa6b87f48001223b10dc8f0deb261f Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-12 17:20:43 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-12 18:31:39 +0000 devel/kf5-solid: drop unnecessary dependencies Was ported upstream from QtWidgets to QtGui in [1] [1] https://invent.kde.org/frameworks/solid/-/commit/9f868681b26ef867c0ba8e7f1ee28b99a2916787 --- devel/kf5-solid/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/kf5-solid/Makefile b/devel/kf5-solid/Makefile index d7e0d5793af3..0276de1be40f 100644 --- a/devel/kf5-solid/Makefile +++ b/devel/kf5-solid/Makefile @@ -1,5 +1,6 @@ PORTNAME= solid DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -9,8 +10,8 @@ RUN_DEPENDS= bsdisks:sysutils/bsdisks USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm:build -USE_QT= concurrent core dbus declarative gui linguisttools \ - network widgets xml \ +USE_QT= core dbus declarative gui linguisttools \ + network xml \ buildtools:build qmake:build testlib:build OPTIONS_DEFINE= IMOBILE