Date: Sun, 9 Feb 2025 19:57:44 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0fe9d7e9c856 - main - net-im/neochat: add missing run-time dependency Message-ID: <202502091957.519JviOx094447@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fe9d7e9c856598fb60467f0afe168b3a92b7533 commit 0fe9d7e9c856598fb60467f0afe168b3a92b7533 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-09 19:34:56 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-09 19:34:56 +0000 net-im/neochat: add missing run-time dependency PR: 284679 Reported by: Harald Schmalzbauer --- 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 41854580285d..840c8cdc645a 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,6 +1,6 @@ PORTNAME= neochat DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -29,6 +29,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \ kirigami2 kquickcharts notifications purpose qqc2-desktop-style \ service solid sonnet statusnotifieritem syntaxhighlighting \ widgetsaddons windowsystem \ + prison:run \ ecm:build USE_XORG= x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502091957.519JviOx094447>