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 /graphics/p5-GraphViz2 | |
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 'graphics/p5-GraphViz2')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index f8b8b2359ac..abfaae31707 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:50:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:22 wiz Exp $ # DISTNAME= GraphViz2-1.12 @@ -19,17 +19,17 @@ DEPENDS+= p5-Algorithm-Dependency>=1.110:../../devel/p5-Algorithm-Dependency DEPENDS+= p5-Capture-Tiny>=0.10:../../devel/p5-Capture-Tiny DEPENDS+= p5-Data-Section-Simple>=0.02:../../devel/p5-Data-Section-Simple DEPENDS+= p5-DBI>=1.616:../../databases/p5-DBI -DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp +#DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp DEPENDS+= p5-File-Which>=1.09:../../devel/p5-File-Which DEPENDS+= p5-HTML-Entities-Interpolate>=1.04:../../www/p5-HTML-Entities-Interpolate DEPENDS+= p5-HTML-Tree>=4.2:../../www/p5-HTML-Tree -DEPENDS+= {perl>=5.14.0,p5-HTTP-Tiny>=0.012}:../../www/p5-HTTP-Tiny +#DEPENDS+= {perl>=5.14.0,p5-HTTP-Tiny>=0.012}:../../www/p5-HTTP-Tiny DEPENDS+= p5-Hash-FieldHash>=0.10:../../devel/p5-Hash-FieldHash DEPENDS+= p5-Log-Handler>=0.71:../../devel/p5-Log-Handler DEPENDS+= p5-Parse-RecDescent>=1.965.1:../../devel/p5-Parse-RecDescent DEPENDS+= p5-PathTools>=3.33:../../devel/p5-PathTools DEPENDS+= p5-Perl6-Slurp>=0.03:../../devel/p5-Perl6-Slurp -DEPENDS+= {perl>=5.13.1,p5-Pod-Simple>=3.16}:../../textproc/p5-Pod-Simple +#DEPENDS+= {perl>=5.13.1,p5-Pod-Simple>=3.16}:../../textproc/p5-Pod-Simple DEPENDS+= p5-Scalar-List-Utils>=1.23:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Set-Array>=0.23:../../devel/p5-Set-Array DEPENDS+= p5-Text-Xslate>=1.2:../../textproc/p5-Text-Xslate |