summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-MySQL
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-08-09 13:40:15 +0000
committermef <mef@pkgsrc.org>2016-08-09 13:40:15 +0000
commitd64b9af090c604acb58b56ba08650a349a656124 (patch)
tree930108ed670ed57d4835932082096fc525b69047 /time/p5-DateTime-Format-MySQL
parent4f97ed7e42bc009d656d490dffef118e03419abc (diff)
downloadpkgsrc-d64b9af090c604acb58b56ba08650a349a656124.tar.gz
Add BUILD_DEPENDS+= p5-Sub-Name-[0-9]* for make test
Diffstat (limited to 'time/p5-DateTime-Format-MySQL')
-rw-r--r--time/p5-DateTime-Format-MySQL/Makefile3
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"