git: 8b365d28b30d - main - net-im/neochat: Specify Qt dep via USE_QT rather than RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Feb 2025 12:28:52 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b365d28b30d5926db4cb2b02aebf8dd226d21a4 commit 8b365d28b30d5926db4cb2b02aebf8dd226d21a4 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-02-06 12:27:39 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-02-06 12:27:39 +0000 net-im/neochat: Specify Qt dep via USE_QT rather than RUN_DEPENDS Reported by: makc --- net-im/neochat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 3a8773ee400f..41854580285d 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,5 +1,6 @@ PORTNAME= neochat DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-im deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -17,13 +18,12 @@ LIB_DEPENDS= libQCoro6Core.so:devel/qcoro@qt6 \ libqt6keychain.so:security/qtkeychain@qt6 \ libdbus-1.so:devel/dbus \ libolm.so:security/olm -RUN_DEPENDS= kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6 \ - qt6-location>=0:devel/qt6-location +RUN_DEPENDS= kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6 USES= cmake compiler:c++20-lang desktop-file-utils gettext kde:6 \ pkgconfig qt:6 tar:xz xorg USE_QT= base multimedia webview \ - positioning:run + location:run positioning:run USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons i18n itemmodels jobwidgets kio kirigami-addons \ kirigami2 kquickcharts notifications purpose qqc2-desktop-style \