git: 957dae319ca4 - main - devel/py-installer: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:54:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=957dae319ca408b81a63543f4f6d530f19f3b7a0 commit 957dae319ca408b81a63543f4f6d530f19f3b7a0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:15:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:24 +0000 devel/py-installer: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- devel/py-installer/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile index d172ba2bf015..c502de439650 100644 --- a/devel/py-installer/Makefile +++ b/devel/py-installer/Makefile @@ -17,10 +17,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>