diff options
author | asau <asau@pkgsrc.org> | 2010-03-24 21:54:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-03-24 21:54:15 +0000 |
commit | b3b8086a8c156b7e1586b6ad3c7e753d21667c7b (patch) | |
tree | bbc2d4b791f7f7f930f455651edcee589fe56153 /math/mpfr | |
parent | b5993aa5da5899fedcca61a72e73241e92ba57ed (diff) | |
download | pkgsrc-b3b8086a8c156b7e1586b6ad3c7e753d21667c7b.tar.gz |
Recursive revision bump for GMP update, 2nd part.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/buildlink3.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mpfr/buildlink3.mk b/math/mpfr/buildlink3.mk index efdc0430ce0..f7bff2bd1ca 100644 --- a/math/mpfr/buildlink3.mk +++ b/math/mpfr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:24:57 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2010/03/24 21:54:16 asau Exp $ BUILDLINK_TREE+= mpfr @@ -6,6 +6,7 @@ BUILDLINK_TREE+= mpfr MPFR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3 +BUILDLINK_ABI_DEPENDS.mpfr?= mpfr>=2.4.2.3nb1 BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr .include "../../devel/gmp/buildlink3.mk" |