git: c4e77840c162 - main - textproc/sigil: Fix runtime

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 04 Dec 2023 22:13:56 UTC
The branch main has been updated by bofh:

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

commit c4e77840c162272625f38a6eabfa721b21235b3e
Author:     Jonathan Chen <jonc@chen.org.nz>
AuthorDate: 2023-12-04 21:40:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-04 22:13:41 +0000

    textproc/sigil: Fix runtime
    
    PR:             275516
    Approved by:    submitter is maintainer
---
 textproc/sigil/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile
index a11cb798adc0..d18072a43df8 100644
--- a/textproc/sigil/Makefile
+++ b/textproc/sigil/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sigil
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	jonc@chen.org.nz
@@ -26,7 +27,7 @@ GH_PROJECT=	Sigil
 USE_LDCONFIG=	${PREFIX}/lib/sigil
 
 USE_QT=		base 5compat declarative \
-		tools:build positioning webchannel webengine \
+		svg:run tools:build positioning webchannel webengine \
 		imageformats:run
 
 SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \