diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-09 11:58:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-09 11:58:18 +0000 |
commit | 987c905dfb84fdad8c1c93423c7d8b950ccb2094 (patch) | |
tree | 3fb4398bb3f1bcdf9ddad3f4fae620512e7714a8 /net/py-google | |
parent | 5a4c9accffc31c24f7113a92bc77fec41f561363 (diff) | |
download | pkgsrc-987c905dfb84fdad8c1c93423c7d8b950ccb2094.tar.gz |
the python22 PLIST issue is fixed - switch to buildlink2
Diffstat (limited to 'net/py-google')
-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" |