diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-20 03:48:26 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-20 03:59:41 +0900 |
commit | 230fb2661c78f4501af92ad1ced9793a655f640d (patch) | |
tree | e49ed4da282f54e312411d68a989e8342fa87397 /textproc/py-sphinx-material/Makefile | |
parent | www/py-beautifulsoup: update dependency on devel/py-lxml to devel/py-lxml5 (diff) |
*/*: update dependency on devel/py-lxml to devel/py-lxml5
www/py-beautifulsoup has switched dependency on devel/py-lxml to
devel/py-lxml5.
Ports which directly or indirectly depends on both
www/py-beautifulsoup and devel/py-lxml must also switch their
dependencies on devel/py-lxml to devel/py-lxml5 to avoid conflicts.
PR: 288047
Approved by: portmgr (chase dependency change)
Diffstat (limited to 'textproc/py-sphinx-material/Makefile')
-rw-r--r-- | textproc/py-sphinx-material/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-sphinx-material/Makefile b/textproc/py-sphinx-material/Makefile index 8eebd10e08e2..0a8b2b7d46b3 100644 --- a/textproc/py-sphinx-material/Makefile +++ b/textproc/py-sphinx-material/Makefile @@ -1,6 +1,6 @@ PORTNAME= sphinx_material DISTVERSION= 0.0.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PY_DEPENDS} PY_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ slugify:textproc/py-python-slugify@${PY_FLAVOR} \ css-html-js-minify:www/py-css-html-js-minify@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} #USE_GITHUB= yes |