diff options
author | obache <obache@pkgsrc.org> | 2008-09-02 11:46:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-02 11:46:39 +0000 |
commit | a24e139321f8253a7fa6fc6d32f04589b42e5eb9 (patch) | |
tree | 13d7000646d8e0948a5b99045c698530ace2b060 /archivers/Makefile | |
parent | 731ed3344381ab148546495387d298628a0d92ea (diff) | |
download | pkgsrc-a24e139321f8253a7fa6fc6d32f04589b42e5eb9.tar.gz |
Add and enable ocaml-zip.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 97e6f1f959f..9e473bcf0ac 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2008/08/05 08:55:27 dillo Exp $ +# $NetBSD: Makefile,v 1.106 2008/09/02 11:46:39 obache Exp $ # COMMENT= Archivers @@ -46,6 +46,7 @@ SUBDIR+= mousetar SUBDIR+= mscompress SUBDIR+= nomarch SUBDIR+= nulib2 +SUBDIR+= ocaml-zip SUBDIR+= p5-Archive-Tar SUBDIR+= p5-Archive-Zip SUBDIR+= p5-Compress-Bzip2 |