diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
commit | e3691e1ff29866f244016d7915f143710367a946 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /multimedia/p5-xmltv/Makefile | |
parent | 9c2b259aee0e099eb7dbde08430e9cf2a09258a5 (diff) | |
download | pkgsrc-e3691e1ff29866f244016d7915f143710367a946.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'multimedia/p5-xmltv/Makefile')
-rw-r--r-- | multimedia/p5-xmltv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile index fb7bfce4331..05a0bc8a7a4 100644 --- a/multimedia/p5-xmltv/Makefile +++ b/multimedia/p5-xmltv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:50:39 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:25 wiz Exp $ DISTNAME= xmltv-0.5.56 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-Twig>=3.10:../../textproc/p5-XML-Twig DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer -DEPENDS+= {perl>=5.10,p5-Memoize-[0-9]*}:../../devel/p5-Memoize +#DEPENDS+= {perl>=5.10,p5-Memoize-[0-9]*}:../../devel/p5-Memoize #DEPENDS+= {perl>=5.10,p5-Storable>=2.04}:../../devel/p5-Storable DEPENDS+= p5-libwww>=5.65:../../www/p5-libwww # recommended @@ -47,7 +47,7 @@ DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strpt DEPENDS+= p5-Text-Kakasi-[0-9]*:../../textproc/p5-Text-Kakasi # needed by se grabber DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML -DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0 DEPENDS+= p5-HTTP-Cache-Transparent-[0-9]*:../../www/p5-HTTP-Cache-Transparent # needed by pt grabber DEPENDS+= p5-Unicode-UTF8simple-[0-9]*:../../converters/p5-Unicode-UTF8simple |