diff options
author | mef <mef@pkgsrc.org> | 2016-08-09 13:40:15 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-08-09 13:40:15 +0000 |
commit | 798bc12b53bd8e9870a357b26d634d92a7370451 (patch) | |
tree | 4cbf2a336f26dc797ce721218d5854136a19a046 /time | |
parent | b2d93360ed55b473d3534eb699485972f7d6d266 (diff) | |
download | pkgsrc-798bc12b53bd8e9870a357b26d634d92a7370451.tar.gz |
Add BUILD_DEPENDS+= p5-Sub-Name-[0-9]* for make test
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-MySQL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile index 275020815de..0cb7b596542 100644 --- a/time/p5-DateTime-Format-MySQL/Makefile +++ b/time/p5-DateTime-Format-MySQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:50 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2016/08/09 13:40:15 mef Exp $ DISTNAME= DateTime-Format-MySQL-0.06 PKGNAME= p5-${DISTNAME} @@ -17,6 +17,7 @@ PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist DEPENDS+= p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder # for make test BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash +BUILD_DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |