diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-12 13:46:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-12 13:46:42 +0000 |
commit | 3256f0ec6e938fea1969993ec3584b680a297bb4 (patch) | |
tree | a577c31d72d3639b9c2bc80b9869071765c41645 /archivers/Makefile | |
parent | 9e66c6f2473721942a1bc46f9a46674d4f221bef (diff) | |
download | pkgsrc-3256f0ec6e938fea1969993ec3584b680a297bb4.tar.gz |
Add and enable pbzip2.
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 e556ea47c3e..ac972a77edc 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2004/12/30 13:06:30 minskim Exp $ +# $NetBSD: Makefile,v 1.82 2005/01/12 13:46:42 wiz Exp $ # COMMENT= Archivers @@ -48,6 +48,7 @@ SUBDIR+= p5-Compress-Bzip2 SUBDIR+= p7zip SUBDIR+= par2 SUBDIR+= pax +SUBDIR+= pbzip2 SUBDIR+= pdbar SUBDIR+= php-bz2 SUBDIR+= php-zip |