git: f74057de104f - main - textproc/kf5-sonnet: pet stage-qa

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 19:12:35 UTC
The branch main has been updated by fluffy:

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

commit f74057de104f54a8b9ed994245abab345d57d16f
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:46 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:56 +0000

    textproc/kf5-sonnet: pet stage-qa
---
 textproc/kf5-sonnet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/kf5-sonnet/Makefile b/textproc/kf5-sonnet/Makefile
index 4a9fe60cec73..c66549b8b912 100644
--- a/textproc/kf5-sonnet/Makefile
+++ b/textproc/kf5-sonnet/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sonnet
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	textproc kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,7 +11,7 @@ LIB_DEPENDS=	libaspell.so:textproc/aspell \
 
 USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
 USE_KDE=	ecm_build
-USE_QT=		core declarative gui linguisttools uiplugin widgets \
+USE_QT=		core declarative gui linguisttools network uiplugin widgets \
 		buildtools_build qmake_build testlib_build
 
 # Disable examples -- they are not installed anyways.