Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2021 21:14:15 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dc0f053cdf3a - main - net-im/neochat: add missing dependency
Message-ID:  <202106112114.15BLEFGE083815@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc0f053cdf3addd28781f5e8585fa2422afadc3d

commit dc0f053cdf3addd28781f5e8585fa2422afadc3d
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-06-11 20:25:05 +0000
Commit:     Adriaan de Groot <adridg@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106112114.15BLEFGE083815>