diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-02-04 14:35:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-02-04 14:35:00 +0000 |
commit | 878fe059596cec4d0ad707354f4521c36295433c (patch) | |
tree | c429304a6db90b83c8f51ed6c5d1849277d80e3d /misc/py-tqdm | |
parent | f8cab6b2996ba185918dbbf93cea3fe33a48e469 (diff) | |
download | ports-878fe059596cec4d0ad707354f4521c36295433c.tar.gz ports-878fe059596cec4d0ad707354f4521c36295433c.zip |
Those ports are allowed to build a 2.7 flavor, for now.
Notes
Notes:
svn path=/head/; revision=564031
Diffstat (limited to 'misc/py-tqdm')
-rw-r--r-- | misc/py-tqdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 1506edc126c4..134eaf577d9c 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENCE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python +USES= python:2.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |