diff options
author | minskim <minskim@pkgsrc.org> | 2018-05-21 23:46:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-05-21 23:46:04 +0000 |
commit | bb1488be60642346b754af73201564d544add2b3 (patch) | |
tree | 4bb75831104d5659b3b968b1eda43374d77a517c /misc | |
parent | 3db18a27ae126c5e06d402808447ffe5ddfb5222 (diff) | |
download | pkgsrc-bb1488be60642346b754af73201564d544add2b3.tar.gz |
misc/Makefile: Add py-tqdm
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 863d1d7e8b1..b3cba12f2b9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.497 2018/05/14 13:48:48 youri Exp $ +# $NetBSD: Makefile,v 1.498 2018/05/21 23:46:04 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -240,6 +240,7 @@ SUBDIR+= py-anki2 SUBDIR+= py-ansi SUBDIR+= py-carddav SUBDIR+= py-stdnum +SUBDIR+= py-tqdm SUBDIR+= py-trytond-carrier SUBDIR+= py-trytond-carrier-percentage SUBDIR+= py-trytond-carrier-weight |