diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-06-11 20:25:05 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-06-11 21:14:13 +0000 |
commit | dc0f053cdf3addd28781f5e8585fa2422afadc3d (patch) | |
tree | 9b18b169661b18f08cf3c1aefd21886a98811b28 | |
parent | 4cf514c377a56d7b705d85baffc408d24bdcbebe (diff) | |
download | ports-dc0f053cdf3addd28781f5e8585fa2422afadc3d.tar.gz ports-dc0f053cdf3addd28781f5e8585fa2422afadc3d.zip |
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.
-rw-r--r-- | net-im/neochat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |