diff options
author | Jonathan Chen <jonc@chen.org.nz> | 2022-03-15 07:05:00 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2022-03-15 07:05:00 +0000 |
commit | 93cdc133935e4074ccb741eb0d8f83df5c4b5b28 (patch) | |
tree | 1056c5e989f2f48683028cdf84dc9efb9ad00a82 /textproc/sigil/Makefile | |
parent | d4c9792fda7facf982cfd4a4c02e9c8652d6cfd6 (diff) | |
download | ports-93cdc133935e4074ccb741eb0d8f83df5c4b5b28.tar.gz ports-93cdc133935e4074ccb741eb0d8f83df5c4b5b28.zip |
textproc/sigil: Update to 1.9.2
Changelog: https://sigil-ebook.com/blog/sigil-1.9.2-released/
PR: 262511
Diffstat (limited to 'textproc/sigil/Makefile')
-rw-r--r-- | textproc/sigil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 08a9add76cb5..11082f7f1819 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -1,7 +1,7 @@ # Created by: Jonathan Chen <jonc@chen.org.nz> PORTNAME= sigil -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} -USES= cmake compiler:c++11-lib cpe desktop-file-utils \ +USES= cmake cpe desktop-file-utils \ minizip pkgconfig python:3.4+ qt:5 shebangfix CPE_VENDOR= ${PORTNAME}-ebook |