git: dc0f053cdf3a - main - net-im/neochat: add missing dependency
Adriaan de Groot
adridg at FreeBSD.org
Fri Jun 11 21:14:15 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc0f053cdf3addd28781f5e8585fa2422afadc3d
commit dc0f053cdf3addd28781f5e8585fa2422afadc3d
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-06-11 20:25:05 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-06-11 21:14:13 +0000
net-im/neochat: add missing dependency
Neochat won't run without itemmodels (although apparently it
will build). This is noticeable if you install it in a non-
KDE Plasma environment, like plain twm + xorg.
---
net-im/neochat/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile
index 897e214969c6..9d1211f92d6c 100644
--- a/net-im/neochat/Makefile
+++ b/net-im/neochat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= neochat
DISTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
@@ -22,7 +23,7 @@ USE_QT= core dbus declarative graphicaleffects gui imageformats \
multimedia network quickcontrols quickcontrols2 \
svg widgets xml \
buildtools_build linguist_build qmake_build
-USE_KDE= config coreaddons dbusaddons i18n kirigami2 notifications \
+USE_KDE= config coreaddons dbusaddons i18n itemmodels kirigami2 notifications \
qqc2-desktop-style \
ecm_build
More information about the dev-commits-ports-all
mailing list