git: e9abbb608200 - main - archivers/py-patool: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Dec 2024 08:48:42 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9abbb60820034951dfb116f640b96a7d0b85359 commit e9abbb60820034951dfb116f640b96a7d0b85359 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-22 08:48:16 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-22 08:48:16 +0000 archivers/py-patool: Fix build --- archivers/py-patool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/py-patool/Makefile b/archivers/py-patool/Makefile index 6988b6b69f51..f6268d2e1a71 100644 --- a/archivers/py-patool/Makefile +++ b/archivers/py-patool/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= wummel GH_PROJECT= ${PORTNAME} USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist distutils NO_ARCH= yes