diff options
author | joerg <joerg@pkgsrc.org> | 2017-09-29 21:36:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-09-29 21:36:46 +0000 |
commit | e4747025c1d5b7ae7e07012ff3daa9b3d9b5e149 (patch) | |
tree | e94121766916201c822657ce199a733c671f0be1 /archivers | |
parent | 563499963e43889001bc94a84e458a71be657368 (diff) | |
download | pkgsrc-e4747025c1d5b7ae7e07012ff3daa9b3d9b5e149.tar.gz |
+ py-lz4
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 61cddc9a810..d6a9bb5e0f8 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2017/06/10 16:45:16 taca Exp $ +# $NetBSD: Makefile,v 1.155 2017/09/29 21:36:46 joerg Exp $ # COMMENT= Archivers @@ -88,6 +88,7 @@ SUBDIR+= py-brotlipy SUBDIR+= py-czipfile SUBDIR+= py-lhafile SUBDIR+= py-libarchive-c +SUBDIR+= py-lz4 SUBDIR+= py-rarfile SUBDIR+= py-yuicompressor SUBDIR+= py-zstandard |