summaryrefslogtreecommitdiff
path: root/net/py-google/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-google/Makefile')
-rw-r--r--net/py-google/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
index 34e3a20c7ea..a0558c731c6 100644
--- a/net/py-google/Makefile
+++ b/net/py-google/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2012/10/23 17:19:02 asau Exp $
-#
+# $NetBSD: Makefile,v 1.32 2014/01/25 10:30:17 wiz Exp $
DISTNAME= pygoogle-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -15,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy
EGG_NAME= pygoogle-0.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml via py-soappy
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"