diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-17 15:41:25 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-03-17 15:41:25 +0800 |
commit | a60974040dee834e916c1b0c4065fe39d9d50f44 (patch) | |
tree | 093e113962ab09b83243185420f4f3981a1d02a4 /misc/py-tqdm | |
parent | 38b24e661b187de9f10f51f4387a6570a18992b8 (diff) | |
download | freebsd-ports-gnome-a60974040dee834e916c1b0c4065fe39d9d50f44.tar.gz freebsd-ports-gnome-a60974040dee834e916c1b0c4065fe39d9d50f44.tar.zst freebsd-ports-gnome-a60974040dee834e916c1b0c4065fe39d9d50f44.zip |
- Create a python3 version of misc/py-tqdm.
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 729e90ab189a..4c564a2bdc53 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT USE_GITHUB= yes -USES= python +USES?= python USE_PYTHON= autoplist distutils NO_ARCH= yes |