diff options
author | obache <obache> | 2008-09-02 11:46:39 +0000 |
---|---|---|
committer | obache <obache> | 2008-09-02 11:46:39 +0000 |
commit | 6bb168fea353055f3f47bc2a8603e062448920ee (patch) | |
tree | 13d7000646d8e0948a5b99045c698530ace2b060 /archivers/Makefile | |
parent | 9c02904c56054b224e31ea97ff6c29609a749138 (diff) | |
download | pkgsrc-6bb168fea353055f3f47bc2a8603e062448920ee.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 |