aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-MPFR
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-06-11 15:09:45 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-06-11 15:09:45 +0000
commit8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch)
tree50f448e0fb0b8504eebaae343d466dcd9e4dd1be /math/p5-Math-MPFR
parentf7015e22ab5c4280ed395c1e3d7cffedb479583f (diff)
Notes
Diffstat (limited to 'math/p5-Math-MPFR')
-rw-r--r--math/p5-Math-MPFR/Makefile3
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"