diff options
author | drochner <drochner@pkgsrc.org> | 2006-06-02 16:34:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-06-02 16:34:31 +0000 |
commit | 6c73f76f319373ed9c80e995f63771b8ee72c64b (patch) | |
tree | e3737b9157fc74f405ee2ea5a9def95e7c1e8bb1 /net/py-google | |
parent | 6a33be7313fa3a008342cbf1bf4fff1e9f1e1147 (diff) | |
download | pkgsrc-6c73f76f319373ed9c80e995f63771b8ee72c64b.tar.gz |
this works with Python-2.4 (hint from Joerg Sonnenberger)
hey, even my license key from 2002 still works!
Diffstat (limited to 'net/py-google')
-rw-r--r-- | net/py-google/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 0970434cfda..f31cf22242b 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/02/05 23:10:30 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/06/02 16:34:31 drochner Exp $ # DISTNAME= pygoogle-0.6 @@ -13,7 +13,7 @@ COMMENT= Call the Google web API from Python PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../lang/python/extension.mk" .include "../../net/py-soappy/buildlink3.mk" |