diff options
Diffstat (limited to 'textproc/py-docxcompose/Makefile')
-rw-r--r-- | textproc/py-docxcompose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-docxcompose/Makefile b/textproc/py-docxcompose/Makefile index a8698748953b..0388f780ba55 100644 --- a/textproc/py-docxcompose/Makefile +++ b/textproc/py-docxcompose/Makefile @@ -1,6 +1,6 @@ PORTNAME= docxcompose PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/4teamwork/docxcompose LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=3.3.4:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-docx>0:textproc/py-python-docx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} |