aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chen <jonc@chen.org.nz>2023-12-04 21:40:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-04 22:13:41 +0000
commitc4e77840c162272625f38a6eabfa721b21235b3e (patch)
tree3f47df688342bbf4df4e8d3aef85b473f136ad79
parent5ee5a894ae8e232a89fd8ce143f2aafd743e853e (diff)
downloadports-c4e77840c162272625f38a6eabfa721b21235b3e.tar.gz
ports-c4e77840c162272625f38a6eabfa721b21235b3e.zip
textproc/sigil: Fix runtime
PR: 275516 Approved by: submitter is maintainer
-rw-r--r--textproc/sigil/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \