diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 09:11:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 09:11:52 +0000 |
commit | 68ee05468834865fbe8e6ad21b9419de595a2750 (patch) | |
tree | ad8dca53a9d7131b41b7eaa9a177384a26217dcc /math/py-kiwisolver | |
parent | 372b15d95a6cf5226a2feb8cc5c2ab511b45b0e8 (diff) | |
download | ports-68ee05468834865fbe8e6ad21b9419de595a2750.tar.gz ports-68ee05468834865fbe8e6ad21b9419de595a2750.zip |
Notes
Diffstat (limited to 'math/py-kiwisolver')
-rw-r--r-- | math/py-kiwisolver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile index 35defc375f00..f5a50a736e6c 100644 --- a/math/py-kiwisolver/Makefile +++ b/math/py-kiwisolver/Makefile @@ -12,7 +12,7 @@ COMMENT= Fast implementation of the Cassowary constraint solver LICENSE= BSD3CLAUSE -USES= compiler:c++11-lang python +USES= compiler:c++11-lang python:3.6+ USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> |