diff options
Diffstat (limited to 'www/py-html5-parser/Makefile')
-rw-r--r-- | www/py-html5-parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-html5-parser/Makefile b/www/py-html5-parser/Makefile index 67683949647d..7b86e641cd32 100644 --- a/www/py-html5-parser/Makefile +++ b/www/py-html5-parser/Makefile @@ -1,6 +1,6 @@ PORTNAME= html5-parser PORTVERSION= 0.4.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://html5-parser.readthedocs.io/ LICENSE= APACHE20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.2:devel/py-lxml@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=4.9.2:devel/py-lxml5@${PY_FLAVOR} USES= gnome pkgconfig python USE_PYTHON= autoplist distutils |