diff options
-rw-r--r-- | net/py-google/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 238763e19cd..bdf1588fa2c 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/08/13 08:57:14 recht Exp $ +# $NetBSD: Makefile,v 1.19 2004/09/10 12:09:26 drochner Exp $ # DISTNAME= pygoogle-0.6 @@ -14,6 +14,8 @@ COMMENT= Call the Google web API from Python PYDISTUTILSPKG= yes USE_BUILDLINK3= yes +PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth + .include "../../lang/python/extension.mk" .include "../../net/py-soappy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |