diff options
Diffstat (limited to 'textproc/itstool/Makefile')
-rw-r--r-- | textproc/itstool/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 30f5f2ed34bb..eaae15ca3c38 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -1,9 +1,12 @@ PORTNAME= itstool PORTVERSION= 2.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://files.itstool.org/itstool/ +PATCH_SITES= https://github.com/itstool/itstool/commit/ +PATCHFILES= 32c7d07664dc37765100285d1202d488cd6a27e8.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Translate XML with PO files using W3C Internationalization Tag Set rules WWW= https://itstool.org/ \ @@ -12,9 +15,9 @@ WWW= https://itstool.org/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2-python>=0:textproc/libxml2-python@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} -USES= python tar:bzip2 +USES= autoreconf python tar:bzip2 GNU_CONFIGURE= yes NO_ARCH= yes |