diff options
Diffstat (limited to 'textproc/py-citeproc-py/Makefile')
-rw-r--r-- | textproc/py-citeproc-py/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-citeproc-py/Makefile b/textproc/py-citeproc-py/Makefile index 3a7c5da64f28..c3b81e86a7c3 100644 --- a/textproc/py-citeproc-py/Makefile +++ b/textproc/py-citeproc-py/Makefile @@ -1,6 +1,6 @@ PORTNAME= citeproc-py DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rnc2rng>=2.6.1:textproc/py-rnc2rng@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} USES= python USE_PYTHON= distutils concurrent autoplist |