git: 8404c5ba5864 - main - math/py-altgraph: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 11:47:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8404c5ba58646731ac7bf1c74a988e20b1cb6b0c commit 8404c5ba58646731ac7bf1c74a988e20b1cb6b0c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 11:27:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 11:41:49 +0000 math/py-altgraph: Convert to USE_PYTHON=unittest --- math/py-altgraph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile index 409c29adcafb..3b7a1e361cb9 100644 --- a/math/py-altgraph/Makefile +++ b/math/py-altgraph/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes