diff options
author | jnemeth <jnemeth> | 2007-11-22 04:13:08 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2007-11-22 04:13:08 +0000 |
commit | 8103ba18c89e00f6603f7791d28ec3f1d12badcb (patch) | |
tree | 64586efac37a69764e3a8b7233f8862ba06446d9 /time | |
parent | 9336c5113bc06f7e680caec249d78edbb50e44ef (diff) | |
download | pkgsrc-8103ba18c89e00f6603f7791d28ec3f1d12badcb.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" |