diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-31 19:27:34 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-31 19:41:49 +0800 |
commit | 8404c5ba58646731ac7bf1c74a988e20b1cb6b0c (patch) | |
tree | e140f88302471bb2eeb1b66923d12454376a239b | |
parent | 88be6502962063ad7da26b6e864748223fc1354f (diff) | |
download | freebsd-ports-8404c5ba58646731ac7bf1c74a988e20b1cb6b0c.zip |
math/py-altgraph: Convert to USE_PYTHON=unittest
-rw-r--r-- | math/py-altgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |