diff options
author | swills <swills@FreeBSD.org> | 2012-01-06 05:31:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-06 05:31:08 +0800 |
commit | 50f02d8f33f19cd9264217b81aec589ac0c2567b (patch) | |
tree | a8c3f13b3cd68f3d43445c76b65a8a16259caea3 /math/p5-Math-BigRat | |
parent | 99b84901a594862a07842f364d6d209211c52106 (diff) | |
download | freebsd-ports-gnome-50f02d8f33f19cd9264217b81aec589ac0c2567b.tar.gz freebsd-ports-gnome-50f02d8f33f19cd9264217b81aec589ac0c2567b.tar.zst freebsd-ports-gnome-50f02d8f33f19cd9264217b81aec589ac0c2567b.zip |
- Add missing p5-Math-BigInt dependency, makes a build warning go away, and
tests fail without it.
Diffstat (limited to 'math/p5-Math-BigRat')
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index b5f541206ca6..6f559ddcea8f 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-BigRat PORTVERSION= 0.26.02 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Arbitrary big rational numbers +BUILD_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt + PERL_CONFIGURE= yes MAN3= Math::BigRat.3 |