diff options
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 4 | ||||
-rw-r--r-- | lang/python26/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 7c34a54a47f..9d7564459d5 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2011/03/28 16:00:06 drochner Exp $ +# $NetBSD: Makefile,v 1.36 2011/04/22 13:42:00 obache Exp $ .include "dist.mk" PKGNAME= python26-${PY_DISTVERSION} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/lang/python26/buildlink3.mk b/lang/python26/buildlink3.mk index 236d766b0c1..79b09867e2a 100644 --- a/lang/python26/buildlink3.mk +++ b/lang/python26/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2011/04/15 17:23:24 drochner Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2011/04/22 13:42:00 obache Exp $ BUILDLINK_TREE+= python26 @@ -6,6 +6,7 @@ BUILDLINK_TREE+= python26 PYTHON26_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.python26+= python26>=2.6 +BUILDLINK_ABI_DEPENDS.python26?= python26>=2.6.6nb8 BUILDLINK_PKGSRCDIR.python26?= ../../lang/python26 . if defined(BUILDLINK_DEPMETHOD.python) |