diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-01 17:44:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-01 17:44:13 +0000 |
commit | 0ac7664c4d4487b2f21f310b74c4f8128784076e (patch) | |
tree | 4647a4fb6cca0150a5c7a95cf131a3c96cfb3009 /net | |
parent | e33a57060ac9f49c69fbdba752213e1c22915e85 (diff) | |
download | pkgsrc-0ac7664c4d4487b2f21f310b74c4f8128784076e.tar.gz |
add SOAP/Google access for Python
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 12d9735e926..b94a207474c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.334 2002/09/11 20:52:19 wiz Exp $ +# $NetBSD: Makefile,v 1.335 2002/10/01 17:44:13 drochner Exp $ # COMMENT= Networking tools @@ -194,7 +194,9 @@ SUBDIR+= publicfile SUBDIR+= pureftpd SUBDIR+= pxe SUBDIR+= py-IP +SUBDIR+= py-google SUBDIR+= py-soaplib +SUBDIR+= py-soappy SUBDIR+= py-xmlrpclib SUBDIR+= ra-pna-proxy SUBDIR+= ra-rtsp-proxy |