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/Makefile | |
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/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index aa98e53dcd1e..cb2b56a7c046 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -391,6 +391,7 @@ SUBDIR += py-spdx-lookup SUBDIR += py-tqdm SUBDIR += py-yolk + SUBDIR += py3-tqdm SUBDIR += pylize SUBDIR += qbrew SUBDIR += qlas |