diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-19 08:00:53 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-19 08:00:53 +0800 |
| commit | cd2ca5cd264304f3a7d12bfc873277ad644c6f2e (patch) | |
| tree | 88637679c5d66d4f50be9273f2bcf91f0e758429 | |
| parent | shells/bash-completion: Fix 'make extract' on riscv64 (diff) | |
textproc/py-rdflib: Fix typo
PR: 290093
Reported by: John Hein <jcfyecrayz@liamekaens.com>
| -rw-r--r-- | textproc/py-rdflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 6aa0b38d6de6..274df2ae00b3 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -37,7 +37,7 @@ NETWORKX_DESC= Network support BERKELEYDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}berkeleydb>=0:databases/py-berkeleydb@${PY_FLAVOR} HTML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5rdf>=1.2<2:www/py-html5rdf@${PY_FLAVOR} LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.3<7.0:devel/py-lxml@${PY_FLAVOR} -NEWORKX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2,2<4,2:math/py-networkx@${PY_FLAVOR} +NETWORKX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2,2<4,2:math/py-networkx@${PY_FLAVOR} ORJSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}orjson>=3.9.14<4:devel/py-orjson@${PY_FLAVOR} .include <bsd.port.pre.mk> |
