aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:09:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:09:05 +0000
commit7eda3dff7db3e64b6ce5c78509fe4ceae71f8676 (patch)
tree64c893240cbd06920ebda0ef3aa1cda6d434d689
parent3c92cb61fa55b8e19ab107345da1d85d4a855111 (diff)
textproc/py-segno: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
-rw-r--r--textproc/py-segno/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-segno/Makefile b/textproc/py-segno/Makefile
index 170a38d54ebe..12ea25274ee6 100644
--- a/textproc/py-segno/Makefile
+++ b/textproc/py-segno/Makefile
@@ -19,10 +19,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.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>