diff options
author | recht <recht@pkgsrc.org> | 2004-08-29 10:44:19 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-29 10:44:19 +0000 |
commit | a269d5cc93326bc00d2934b57784ba23cca4d188 (patch) | |
tree | ca8119df8aa952b5ba6c2beffb947f3f55c66466 /lang/python22/Makefile | |
parent | d5e5eb260ebe004bc1c1d957182a34e390d2fb09 (diff) | |
download | pkgsrc-a269d5cc93326bc00d2934b57784ba23cca4d188.tar.gz |
Extend some checks to also test for netbsd2 as sys.platform.
Bump PKGREVISIONS accordingly.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index cd8fe39a1ba..678e1ffe4a4 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile,v 1.22 2004/08/29 10:44:19 recht Exp $ # PKGNAME= python22-2.2.3 -PKGREVISION= 1 +PKGREVISION= 2 CONFIGURE_ARGS+= --without-threads |