diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:05:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:05:31 +0800 |
commit | 344fe8ade7367d253f25de92c910a64087168565 (patch) | |
tree | e3e4e81bd0ab53637c330a3d14c73d3ae2725a0b /textproc/py-sphinx-inline-tabs | |
parent | textproc/py-sphinx-autobuild: Convert to USE_PYTHON=pep517 (diff) |
textproc/py-sphinx-inline-tabs: Remove outdated PYTHON_REL check after lang/python37 removal
Diffstat (limited to 'textproc/py-sphinx-inline-tabs')
-rw-r--r-- | textproc/py-sphinx-inline-tabs/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-sphinx-inline-tabs/Makefile b/textproc/py-sphinx-inline-tabs/Makefile index 88382238abd6..a6be6a6761a1 100644 --- a/textproc/py-sphinx-inline-tabs/Makefile +++ b/textproc/py-sphinx-inline-tabs/Makefile @@ -20,10 +20,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |