git: b0e79560d702 - main - deskutils/py-taskw: Fix BUILD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 19:10:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0e79560d702cf2ce8633bf42aaf0533f7c70cbe commit b0e79560d702cf2ce8633bf42aaf0533f7c70cbe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-30 19:07:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-30 19:09:14 +0000 deskutils/py-taskw: Fix BUILD Fixes: 82b534d Mark BROKEN for python39 --- deskutils/py-taskw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile index ca739f49d185..3974902be2e1 100644 --- a/deskutils/py-taskw/Makefile +++ b/deskutils/py-taskw/Makefile @@ -32,4 +32,4 @@ BROKEN= python-3.9 is not supported do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test -.include <bsd.port.mk> +.include <bsd.port.post.mk>