diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-02 19:15:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-02 19:15:35 +0000 |
commit | 821af82e81946beb145ff056d2acad1b56c8e322 (patch) | |
tree | 6eaf07b1f879b75abbc1730f663c33c0229bb35d | |
parent | a2351c8715c44c60d05859545808eb5d5947185e (diff) | |
download | pkgsrc-821af82e81946beb145ff056d2acad1b56c8e322.tar.gz |
Add three packages.
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5e7baee5799..2b93e245dcd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.806 2007/01/28 12:10:01 obache Exp $ +# $NetBSD: Makefile,v 1.807 2007/02/02 19:15:35 wiz Exp $ # COMMENT= Development utilities @@ -384,6 +384,7 @@ SUBDIR+= p5-Class-Trigger SUBDIR+= p5-Class-WhiteHole SUBDIR+= p5-Class-XPath SUBDIR+= p5-Clone +SUBDIR+= p5-Compress-Raw-Zlib SUBDIR+= p5-Compress-Zlib SUBDIR+= p5-Config-General SUBDIR+= p5-Config-IniFiles @@ -443,6 +444,8 @@ SUBDIR+= p5-Heap SUBDIR+= p5-Hook-LexWrap SUBDIR+= p5-IO-All SUBDIR+= p5-IO-Capture +SUBDIR+= p5-IO-Compress-Base +SUBDIR+= p5-IO-Compress-Zlib SUBDIR+= p5-IO-Digest SUBDIR+= p5-IO-LockedFile SUBDIR+= p5-IO-Multiplex |