diff options
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 54fcca1356d..c000597d917 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/06/12 10:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2015/07/12 18:56:06 wiz Exp $ DISTNAME= Archive-Zip-1.46 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/ COMMENT= Perl5 module interface to manipulate zip files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 +#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Archive/Zip/.packlist |