diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /math/pari | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 3 | ||||
-rw-r--r-- | math/pari/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index a078b46099f..e7d90573a12 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2005/12/05 23:55:12 rillig Exp $ +# $NetBSD: Makefile,v 1.33 2006/02/05 23:10:03 joerg Exp $ DISTNAME= pari-2.1.6 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ EXTRACT_SUFX= .tgz diff --git a/math/pari/buildlink3.mk b/math/pari/buildlink3.mk index 1867685d4c5..921a8af44f3 100644 --- a/math/pari/buildlink3.mk +++ b/math/pari/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:12:57 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2006/02/05 23:10:03 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PARI_BUILDLINK3_MK:= ${PARI_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= pari .if !empty(PARI_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.pari+= pari>=2.1.5nb1 -BUILDLINK_RECOMMENDED.pari+= pari>=2.1.5nb4 +BUILDLINK_RECOMMENDED.pari+= pari>=2.1.6nb1 BUILDLINK_PKGSRCDIR.pari?= ../../math/pari .endif # PARI_BUILDLINK3_MK |