diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-02 12:09:09 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-02 12:09:09 +0000 |
| commit | 2563085fb32c287eda80e0c15ef26af6e0669da0 (patch) | |
| tree | 0970737bca92006642d40661aa283db70d70043e | |
| parent | 7eda3dff7db3e64b6ce5c78509fe4ceae71f8676 (diff) | |
textproc/py-sphinxcontrib-bibtex: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
| -rw-r--r-- | textproc/py-sphinxcontrib-bibtex/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile index a9f1bb06a493..b41764c259b1 100644 --- a/textproc/py-sphinxcontrib-bibtex/Makefile +++ b/textproc/py-sphinxcontrib-bibtex/Makefile @@ -25,10 +25,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
