diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-05-27 08:18:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-05-27 08:18:14 +0000 |
commit | ec39c8b9c8048fe74ba8aeef32c0273ea358df0c (patch) | |
tree | ecb3c6f4dee82ae55361f9fe644e4efb3cc472a0 | |
parent | 1d16ddefe2a3b0d5ff889a962f5057cb1fa6b82c (diff) | |
download | ports-ec39c8b9c8048fe74ba8aeef32c0273ea358df0c.tar.gz ports-ec39c8b9c8048fe74ba8aeef32c0273ea358df0c.zip |
devel/scons: the py27 flavor is no longer needed
-rw-r--r-- | devel/scons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile index 9fb8d30cd0cd..62dc6939896a 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -13,7 +13,7 @@ COMMENT= Build tool alternative to make LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:2.7+ shebangfix +USES= python:3.6+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |