git: 1faf0e8eea98 - main - editors/py-babi: Remove conditional DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 01:44:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1faf0e8eea98649345ed9375e1c914c8d57b14cd commit 1faf0e8eea98649345ed9375e1c914c8d57b14cd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 01:12:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 01:31:21 +0000 editors/py-babi: Remove conditional DEPENDS These *_DEPENDS are no longer required after the removal of python37. --- editors/py-babi/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/editors/py-babi/Makefile b/editors/py-babi/Makefile index 18db07c66b82..a241e6579e8d 100644 --- a/editors/py-babi/Makefile +++ b/editors/py-babi/Makefile @@ -23,11 +23,4 @@ USE_PYTHON= autoplist distutils flavors NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>