diff options
author | obache <obache@pkgsrc.org> | 2011-04-22 13:41:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-22 13:41:54 +0000 |
commit | 0e2c97799a873b423fce3b9a712f48300f567461 (patch) | |
tree | dc389f11e24082a6677644fa2e9a1ce749f189f0 /lang/python25 | |
parent | 01d05351652eb49efd818efff5955853d0978c95 (diff) | |
download | pkgsrc-0e2c97799a873b423fce3b9a712f48300f567461.tar.gz |
recursive bump from gettext-lib shlib bump.
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 4 | ||||
-rw-r--r-- | lang/python25/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 2dbad064020..74fa93d9768 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2011/03/28 15:58:15 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2011/04/22 13:41:58 obache Exp $ .include "dist.mk" PKGNAME= python25-${PY_DISTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/python25/buildlink3.mk b/lang/python25/buildlink3.mk index 04a8512de50..8163d50bc8f 100644 --- a/lang/python25/buildlink3.mk +++ b/lang/python25/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2011/04/15 17:23:24 drochner Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2011/04/22 13:41:58 obache Exp $ BUILDLINK_TREE+= python25 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= python25 PYTHON25_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.python25+= python25>=2.5 -BUILDLINK_ABI_DEPENDS.python25+= python25>=2.5.2 +BUILDLINK_ABI_DEPENDS.python25+= python25>=2.5.5nb4 BUILDLINK_PKGSRCDIR.python25?= ../../lang/python25 . if defined(BUILDLINK_DEPMETHOD.python) |