diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
commit | 8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch) | |
tree | 50f448e0fb0b8504eebaae343d466dcd9e4dd1be /math/p5-Math-MPFR | |
parent | f7015e22ab5c4280ed395c1e3d7cffedb479583f (diff) |
Notes
Diffstat (limited to 'math/p5-Math-MPFR')
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index ba728e5f26f7..4488a2793d1d 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-MPFR PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl interface to MPFR Library -LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr +LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" |