Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2022 19:10:02 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0e79560d702 - main - deskutils/py-taskw: Fix BUILD
Message-ID:  <202206301910.25UJA2ZV047527@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206301910.25UJA2ZV047527>