aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2025-02-06 12:27:39 +0000
committerGleb Popov <arrowd@FreeBSD.org>2025-02-06 12:27:39 +0000
commit8b365d28b30d5926db4cb2b02aebf8dd226d21a4 (patch)
treeab5b6cb061e97cd2a32f1a1671a8daea7aba6f3e
parent1e0178ba37ec31939eb1cbe0a8b78c1a19064eb2 (diff)
net-im/neochat: Specify Qt dep via USE_QT rather than RUN_DEPENDS
Reported by: makc
-rw-r--r--net-im/neochat/Makefile6
1 files 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 \