diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-11-22 04:13:08 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-11-22 04:13:08 +0000 |
commit | df17fdcdd6749f06f8d474c9714642e2c500524d (patch) | |
tree | 64586efac37a69764e3a8b7233f8862ba06446d9 /time | |
parent | 14373de70427362c385d97cf607cbee1aaaa5da0 (diff) | |
download | pkgsrc-df17fdcdd6749f06f8d474c9714642e2c500524d.tar.gz |
only require p5-DateTime-Format-Builder 0.60 from reed@ on pkgsrc-users@
ride recent PKGREVISION bump
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-MySQL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile index e602909727d..84c69ecf1a6 100644 --- a/time/p5-DateTime-Format-MySQL/Makefile +++ b/time/p5-DateTime-Format-MySQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/11/22 02:56:03 jnemeth Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/22 04:13:08 jnemeth Exp $ DISTNAME= DateTime-Format-MySQL-0.04 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Parse and format MySQL dates and times PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist -DEPENDS+= p5-DateTime-Format-Builder>=0.7807:../../time/p5-DateTime-Format-Builder +DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |