diff options
author | mef <mef@pkgsrc.org> | 2016-09-16 15:28:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-09-16 15:28:17 +0000 |
commit | 9bbf987e9abcc5865fecceb45d1bc03fc273ff2b (patch) | |
tree | 0075cb806e92b84466a731ad26b01c4d4518b935 | |
parent | 428dcb31665ca4a294d607930aa4f685f3d37365 (diff) | |
download | pkgsrc-9bbf987e9abcc5865fecceb45d1bc03fc273ff2b.tar.gz |
- Add BUILD_DEPENDS+= p5-Test-Needs-[0-9]* for make test
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index f7989961ba3..1abf5f72779 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2016/08/16 00:41:20 wen Exp $ +# $NetBSD: Makefile,v 1.54 2016/09/16 15:28:17 mef Exp $ DISTNAME= Log-Dispatch-2.57 PKGNAME= p5-${DISTNAME} @@ -18,6 +18,7 @@ DEPENDS+= p5-Params-Validate>=1.03:../../devel/p5-Params-Validate # for make test BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs PERL5_PACKLIST= auto/Log/Dispatch/.packlist |