diff options
Diffstat (limited to 'time/py-vdirsyncer')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 4da383b3ab0..dfe02512a56 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/08/14 17:53:33 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/09/02 11:03:12 wiz Exp $ DISTNAME= vdirsyncer-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +12,7 @@ LICENSE= mit EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites DEPENDS+= ${PYPKGPREFIX}-click>=2.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml |