summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
Diffstat (limited to 'time')
-rw-r--r--time/py-vdirsyncer/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile
index 5add716301b..d84d2a4b2cc 100644
--- a/time/py-vdirsyncer/Makefile
+++ b/time/py-vdirsyncer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/04/24 09:48:43 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2016/05/06 07:07:05 wiz Exp $
DISTNAME= vdirsyncer-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -29,5 +29,8 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= share/examples/${PKGBASE}
PLIST_SUBST+= PKGBASE=${PKGBASE}
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # still supported but gives runtime warning
+# see https://github.com/pimutils/vdirsyncer/issues/219
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"