diff options
Diffstat (limited to 'lang/python21-pth')
-rw-r--r-- | lang/python21-pth/Makefile | 4 | ||||
-rw-r--r-- | lang/python21-pth/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile index 6ac36ab0de2..e0466ea2d08 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/01/22 17:05:33 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:35 wiz Exp $ # DISTNAME= Python-2.1.3 PKGNAME= python21-pth-2.1.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/ EXTRACT_SUFX= .tgz diff --git a/lang/python21-pth/buildlink2.mk b/lang/python21-pth/buildlink2.mk index c113866d7d5..d49776861eb 100644 --- a/lang/python21-pth/buildlink2.mk +++ b/lang/python21-pth/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/03/14 19:37:45 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2003/05/02 11:55:36 wiz Exp $ .if !defined(PYTHON21_BUILDLINK2_MK) PYTHON21_BUILDLINK2_MK= # defined @@ -7,7 +7,7 @@ PYTHON21_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= python21-pth BUILDLINK_PKGBASE.python21-pth?= python21-pth -BUILDLINK_DEPENDS.python21-pth?= python21-pth>=2.1 +BUILDLINK_DEPENDS.python21-pth?= python21-pth>=2.1.3nb2 BUILDLINK_PKGSRCDIR.python21-pth?= ../../lang/python21-pth .if defined(BUILDLINK_DEPMETHOD.python) |