diff options
author | hauke <hauke@pkgsrc.org> | 2015-12-01 15:47:38 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2015-12-01 15:47:38 +0000 |
commit | 250714cc5b7598cbf576c7d0e627599ebfaecb91 (patch) | |
tree | 60ac8bf77ae260452579250e629352debf8ab3b8 /math | |
parent | 665032f4767304b948440846cc654757b4806331 (diff) | |
download | pkgsrc-250714cc5b7598cbf576c7d0e627599ebfaecb91.tar.gz |
Add missing build dependency on devel/p5-Devel-CheckLib.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index df70a736ac9..c152377ca5a 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/11/14 05:06:47 wen Exp $ +# $NetBSD: Makefile,v 1.19 2015/12/01 15:47:38 hauke Exp $ # DISTNAME= Math-GMP-2.11 @@ -16,6 +16,7 @@ LICENSE= gnu-gpl-v2 #BUILD_DEPENDS+= p5-Perl-Critic>0:../../devel/p5-Perl-Critic #BUILD_DEPENDS+= p5-Pod-Spell>0:../../textproc/p5-Pod-Spell #BUILD_DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod +BUILD_DEPENDS+= p5-Devel-CheckLib>=0:../../devel/p5-Devel-CheckLib BUILD_DEPENDS+= p5-Test-YAML-Meta>=0.03:../../devel/p5-Test-YAML-Meta PERL5_PACKLIST= auto/Math/GMP/.packlist |