diff options
Diffstat (limited to 'net/py-google')
-rw-r--r-- | net/py-google/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 825fd238faa..238763e19cd 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/07/22 09:16:03 recht Exp $ +# $NetBSD: Makefile,v 1.18 2004/08/13 08:57:14 recht Exp $ # DISTNAME= pygoogle-0.6 @@ -11,10 +11,9 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://pygoogle.sourceforge.net/ COMMENT= Call the Google web API from Python -DEPENDS= ${PYPKGPREFIX}-SOAPpy>=0.11.1:../../net/py-soappy - PYDISTUTILSPKG= yes USE_BUILDLINK3= yes .include "../../lang/python/extension.mk" +.include "../../net/py-soappy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |