diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /devel/p5-IO-Zlib | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'devel/p5-IO-Zlib')
-rw-r--r-- | devel/p5-IO-Zlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-IO-Zlib/Makefile b/devel/p5-IO-Zlib/Makefile index 7ec20dc1f2e..8a462eb98cd 100644 --- a/devel/p5-IO-Zlib/Makefile +++ b/devel/p5-IO-Zlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2013/05/31 12:40:25 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/12/09 14:17:44 obache Exp $ DISTNAME= IO-Zlib-1.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 SVR4_PKGNAME= p5izl CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews -DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress +DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=2 USE_LANGUAGES= # empty |