diff options
-rw-r--r-- | www/py-gdata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 5bb8aaeecfc..d6a78d91fca 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/02/07 14:28:09 wiz Exp $ DISTNAME= gdata-2.0.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.18 +# https://code.google.com/p/gdata-python-client/issues/detail?id=229 REPLACE_PYTHON= src/atom/__init__.py REPLACE_PYTHON+= src/atom/auth.py |