summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar
diff options
context:
space:
mode:
authorsno <sno>2009-04-12 01:20:37 +0000
committersno <sno>2009-04-12 01:20:37 +0000
commita6abf42ee933f42d9eb4f5c4c3d6e043b7dbd5f8 (patch)
treee5381d2eb3dfbafbdd0fbcb80bb0c99eca7d0ec4 /archivers/p5-Archive-Tar
parent1d82323c663dc295f1dccb2aa08c921aa586291d (diff)
downloadpkgsrc-a6abf42ee933f42d9eb4f5c4c3d6e043b7dbd5f8.tar.gz
PkgSrc changes:
- Fix dependency to p5-IO-Compress
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r--archivers/p5-Archive-Tar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 00548176867..f2ec543fd6c 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2009/03/10 17:21:27 sno Exp $
+# $NetBSD: Makefile,v 1.35 2009/04/12 01:20:37 sno Exp $
DISTNAME= Archive-Tar-1.46
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -11,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/
COMMENT= Perl5 module interface to manipulate tar files
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
-DEPENDS+= p5-IO-Compress-Bzip2>=2.012:../../devel/p5-IO-Compress-Bzip2
+DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff