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/ntl | |
parent | b5993aa5da5899fedcca61a72e73241e92ba57ed (diff) | |
download | pkgsrc-b3b8086a8c156b7e1586b6ad3c7e753d21667c7b.tar.gz |
Recursive revision bump for GMP update, 2nd part.
Diffstat (limited to 'math/ntl')
-rw-r--r-- | math/ntl/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ntl/buildlink3.mk b/math/ntl/buildlink3.mk index e7258e0144d..20edc07f333 100644 --- a/math/ntl/buildlink3.mk +++ b/math/ntl/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+= ntl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ntl NTL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ntl+= ntl>=5.3.1 -BUILDLINK_ABI_DEPENDS.ntl+= ntl>=5.3.1nb1 +BUILDLINK_ABI_DEPENDS.ntl+= ntl>=5.3.1nb2 BUILDLINK_PKGSRCDIR.ntl?= ../../math/ntl .include "../../devel/gmp/buildlink3.mk" |