diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/genius/Makefile | 4 | ||||
-rw-r--r-- | math/mpfr/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index d55969ce288..9415e26d7e2 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2010/06/13 22:44:56 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/07/15 21:35:10 asau Exp $ # DISTNAME= genius-1.0.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ diff --git a/math/mpfr/buildlink3.mk b/math/mpfr/buildlink3.mk index f7bff2bd1ca..2ba3fdfca82 100644 --- a/math/mpfr/buildlink3.mk +++ b/math/mpfr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2010/03/24 21:54:16 asau Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2010/07/15 21:35:10 asau Exp $ BUILDLINK_TREE+= mpfr @@ -6,7 +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_ABI_DEPENDS.mpfr?= mpfr>=3.0.0.3 BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr .include "../../devel/gmp/buildlink3.mk" |