summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authormef <mef>2017-04-18 13:52:27 +0000
committermef <mef>2017-04-18 13:52:27 +0000
commit1f251ad9c0088ece15156998f735a05c5b9c3324 (patch)
tree4ad43651eefadcbe9f84757d4fdd3a9ee9ea5cd9 /databases
parent60a52eb85251e1ca8a85c62d29dc5fc4802e1fea (diff)
downloadpkgsrc-1f251ad9c0088ece15156998f735a05c5b9c3324.tar.gz
Add BUILD_DEPENDS+= p5-Text-Diff-[0-9]* for make test
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-SQL-Translator/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile
index 7bc36c700de..826993d5b4c 100644
--- a/databases/p5-SQL-Translator/Makefile
+++ b/databases/p5-SQL-Translator/Makefile
@@ -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 @@ DEPENDS+= p5-YAML>=0.66:../../textproc/p5-YAML
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