diff options
author | mef <mef@pkgsrc.org> | 2016-07-20 11:21:02 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-07-20 11:21:02 +0000 |
commit | bd3dcd666b1410ba3be5a1c88272293484780ea6 (patch) | |
tree | fdf5c2fd921e559a23106e737dfbeb283d45d4b1 /textproc/p5-Pod-Elemental | |
parent | 0c37dd0ae64f9ad71e9700f112333d8539fb7580 (diff) | |
download | pkgsrc-bd3dcd666b1410ba3be5a1c88272293484780ea6.tar.gz |
- Added following package on BUILD_DEPENDS for make test
p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
Diffstat (limited to 'textproc/p5-Pod-Elemental')
-rw-r--r-- | textproc/p5-Pod-Elemental/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index d407bd3b23a..2efab9427a6 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/06/08 19:24:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/07/20 11:25:22 mef Exp $ DISTNAME= Pod-Elemental-0.103004 PKGNAME= p5-${DISTNAME} @@ -25,6 +25,8 @@ DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff +# for make test +BUILD_DEPENDS+=p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager PERL5_PACKLIST= auto/Pod/Elemental/.packlist |