diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-02 12:09:38 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-02 12:09:38 +0000 |
| commit | d58f6209d163f46d6c2a269f9fff4b608eed4fcf (patch) | |
| tree | 51183de065e3fb2d018002864ad40afd13440fce | |
| parent | e3229afea90c6b432beeb6a8ce198ba4bbf79823 (diff) | |
x11-fonts/py-axisregistry: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
| -rw-r--r-- | x11-fonts/py-axisregistry/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-fonts/py-axisregistry/Makefile b/x11-fonts/py-axisregistry/Makefile index 4e5422605eb7..2a970ab52e67 100644 --- a/x11-fonts/py-axisregistry/Makefile +++ b/x11-fonts/py-axisregistry/Makefile @@ -22,10 +22,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
