diff options
Diffstat (limited to 'net/py-google/Makefile')
-rw-r--r-- | net/py-google/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 435f8825d6e..37479c3366f 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/01 17:23:13 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/09 11:58:18 drochner Exp $ # DISTNAME= pygoogle-0.5.2 @@ -13,13 +13,11 @@ COMMENT= call the Google web API from Python WRKSRC= ${WRKDIR}/pygoogle PYDISTUTILSPKG= yes -# doesn't work yet (no PLIST in python22) -#USE_BUILDLINK2= yes +USE_BUILDLINK2= yes post-extract: ${RM} ${WRKSRC}/soap.py -#.include "../../net/py-soappy/buildlink2.mk" .include "../../net/py-soappy/buildlink.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |