aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:09:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:09:02 +0000
commit3c92cb61fa55b8e19ab107345da1d85d4a855111 (patch)
treeb18229320320ba9ee6f79a377bd2df4c1d1aa8ae
parent294f14660af5f7226981ce9312dc491ec9b92250 (diff)
textproc/py-pybtex: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
-rw-r--r--textproc/py-pybtex/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-pybtex/Makefile b/textproc/py-pybtex/Makefile
index aa561bb4a4eb..a227ac9d53a9 100644
--- a/textproc/py-pybtex/Makefile
+++ b/textproc/py-pybtex/Makefile
@@ -23,10 +23,4 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>