summaryrefslogtreecommitdiff
path: root/www/py-gdata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-gdata/Makefile')
-rw-r--r--www/py-gdata/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile
index f6c345afe92..77f3f2456d3 100644
--- a/www/py-gdata/Makefile
+++ b/www/py-gdata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/01/20 12:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/21 15:38:25 wiz Exp $
DISTNAME= gdata-2.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -127,6 +127,8 @@ REPLACE_PYTHON+= src/gdata/youtube/client.py
REPLACE_PYTHON+= src/gdata/youtube/data.py
REPLACE_PYTHON+= src/gdata/youtube/service.py
+# 2.0.16 introduced a neologism
+PYTHON_VERSIONS_INCOMPATIBLE= 24
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.if !empty(PYPKGPREFIX:Mpy24)