diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-19 09:45:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-19 09:45:11 +0000 |
commit | 9af937869d8e5987abeccfb95a9acd492ff72ee1 (patch) | |
tree | 9f110b2355f75b0d6627614acab0681e71f04361 /sysutils | |
parent | 61bed78799ab75d297cc6ffb6d1cf054239289c6 (diff) | |
download | pkgsrc-9af937869d8e5987abeccfb95a9acd492ff72ee1.tar.gz |
p5-File-Copy-Recursive: switch TEST_DEPENDS back to BUILD_DEPENDS
In pbulk with PKGSRC_RUN_TESTS, test dependencies are not installed
but expected.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-File-Copy-Recursive/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/p5-File-Copy-Recursive/Makefile b/sysutils/p5-File-Copy-Recursive/Makefile index 9d97603815d..4d7c669cd69 100644 --- a/sysutils/p5-File-Copy-Recursive/Makefile +++ b/sysutils/p5-File-Copy-Recursive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2018/01/17 08:56:56 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/01/19 09:45:11 wiz Exp $ DISTNAME= File-Copy-Recursive-0.40 PKGNAME= p5-${DISTNAME} @@ -15,11 +15,12 @@ PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist DEPENDS+= p5-Path-Iter-[0-9]*:../../devel/p5-Path-Iter -TEST_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny -TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File -TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn +# TEST_DEPENDS +BUILD_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File +BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |