diff options
author | mef <mef@pkgsrc.org> | 2015-09-05 13:35:11 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-05 13:35:11 +0000 |
commit | 253c3ec90a2d58094f3322f24fc7668b9a69137e (patch) | |
tree | f0cf7b2776d67ab135be1604748e1ca4567b0a91 | |
parent | f93ec1d673784970b62df0aede80e212f2715288 (diff) | |
download | pkgsrc-253c3ec90a2d58094f3322f24fc7668b9a69137e.tar.gz |
Add one more line for make test.
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
-rw-r--r-- | textproc/p5-Pod-Elemental/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Elemental/Makefile b/textproc/p5-Pod-Elemental/Makefile index 611b4a2593a..20ad830a246 100644 --- a/textproc/p5-Pod-Elemental/Makefile +++ b/textproc/p5-Pod-Elemental/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/09/05 13:35:11 mef Exp $ DISTNAME= Pod-Elemental-0.103004 PKGNAME= p5-${DISTNAME} @@ -24,6 +24,7 @@ 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 PERL5_PACKLIST= auto/Pod/Elemental/.packlist |