diff options
author | pgj <pgj@FreeBSD.org> | 2008-12-21 19:28:15 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2008-12-21 19:28:15 +0800 |
commit | 1a02203f834fc19ecfc149075c274fbfb6455caf (patch) | |
tree | 081d21741b8773d172e55d8831d36af419cd0f2d /archivers/Makefile | |
parent | b077d6ebbc5d41caf049efc5a026310c50dd78f9 (diff) | |
download | freebsd-ports-gnome-1a02203f834fc19ecfc149075c274fbfb6455caf.tar.gz freebsd-ports-gnome-1a02203f834fc19ecfc149075c274fbfb6455caf.tar.zst freebsd-ports-gnome-1a02203f834fc19ecfc149075c274fbfb6455caf.zip |
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
WWW: http://johnmacfarlane.net/zip-archive/
PR: ports/129679
Submitted by: pgj
Approved by: miwi
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index d357e8433e2f..52ea141471da 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -35,6 +35,7 @@ SUBDIR += hffzip SUBDIR += hlextract SUBDIR += hpack.non-usa.only + SUBDIR += hs-zip-archive-ghc SUBDIR += hs-zlib SUBDIR += javatar SUBDIR += jzip.org |