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 /databases/p5-Jifty-DBI | |
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 'databases/p5-Jifty-DBI')
-rw-r--r-- | databases/p5-Jifty-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Jifty-DBI/Makefile b/databases/p5-Jifty-DBI/Makefile index 42c9bf21600..af080695a2a 100644 --- a/databases/p5-Jifty-DBI/Makefile +++ b/databases/p5-Jifty-DBI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 10:48:41 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 18:56:08 wiz Exp $ DISTNAME= Jifty-DBI-0.78 PKGNAME= p5-${DISTNAME} @@ -28,7 +28,7 @@ DEPENDS+= p5-Data-Page-[0-9]*:../../devel/p5-Data-Page DEPENDS+= p5-DateTime-Format-ISO8601-[0-9]*:../../time/p5-DateTime-Format-ISO8601 DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime DEPENDS+= p5-DateTime>=0.34:../../time/p5-DateTime -DEPENDS+= {perl>=5.8.7,p5-Encode>=2.10}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.7,p5-Encode>=2.10}:../../textproc/p5-Encode DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect |