diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-02 08:36:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-02 08:36:48 +0000 |
commit | dac86386eb680ed1666314839d49301a176e9e3b (patch) | |
tree | bb10fac05da48143e5584114afad892ae2ed5500 /net/py-caldav/Makefile | |
parent | 07d7ada3188f891552d17c38ada85c207d1c3f65 (diff) | |
download | pkgsrc-dac86386eb680ed1666314839d49301a176e9e3b.tar.gz |
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-vobject
Diffstat (limited to 'net/py-caldav/Makefile')
-rw-r--r-- | net/py-caldav/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index e6727426170..3bce56277fa 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/02/02 01:00:45 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2014/02/02 08:36:48 wiz Exp $ DISTNAME= caldav-0.1.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,6 +18,8 @@ DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-vobject + REPLACE_PYTHON+= caldav/__init__.py caldav/davclient.py REPLACE_PYTHON+= caldav/elements/__init__.py caldav/elements/base.py REPLACE_PYTHON+= caldav/elements/cdav.py caldav/elements/dav.py |