diff options
author | mef <mef@pkgsrc.org> | 2016-11-05 14:38:30 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-11-05 14:38:30 +0000 |
commit | 0fc7e827e6be174d9ec0873381af18ab49f33343 (patch) | |
tree | 456c20a7022da03f9efcfe032b1f42da98b22f10 /time | |
parent | 7468e85eaeb616e88d7f377dbf8a4ae94bbb8360 (diff) | |
download | pkgsrc-0fc7e827e6be174d9ec0873381af18ab49f33343.tar.gz |
Add DEPENDS+= p5-Params-Validate, thanks wiz@
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Set/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile index 9b813d94b74..9aa19695446 100644 --- a/time/p5-DateTime-Set/Makefile +++ b/time/p5-DateTime-Set/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/11/04 12:41:56 mef Exp $ +# $NetBSD: Makefile,v 1.25 2016/11/05 14:38:30 mef Exp $ DISTNAME= DateTime-Set-0.3900 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite +# ChangeLog for 0.3900 mentions this dependency +DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate # for make test BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class |