pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Translator Add BUILD_DEPENDS+= p5-Tex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/427e207a85f7
branches:  trunk
changeset: 361231:427e207a85f7
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 18 13:52:27 2017 +0000

description:
Add BUILD_DEPENDS+= p5-Text-Diff-[0-9]* for make test

diffstat:

 databases/p5-SQL-Translator/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4db8f7947d94 -r 427e207a85f7 databases/p5-SQL-Translator/Makefile
--- a/databases/p5-SQL-Translator/Makefile      Tue Apr 18 13:51:35 2017 +0000
+++ b/databases/p5-SQL-Translator/Makefile      Tue Apr 18 13:52:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/06/08 19:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/18 13:52:27 mef Exp $
 
 DISTNAME=      SQL-Translator-0.11021
 PKGNAME=       p5-${DISTNAME}
@@ -40,6 +40,8 @@
 BUILD_DEPENDS+=        p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer
+# for make test
+BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 
 USE_LANGUAGES= # empty
 PERL5_MODULE_TYPE= Module::Install::Bundled



Home | Main Index | Thread Index | Old Index