diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-18 12:25:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-18 12:25:52 +0000 |
commit | ece2c47af443a3164996ee2bcf3ab1bb36e9ea29 (patch) | |
tree | e34975fa32051af43356a66d9a51a95166657ebb /time/py-vdirsyncer | |
parent | 62f5eb197ce8758a876b85ed912746e2b4882c1d (diff) | |
download | pkgsrc-ece2c47af443a3164996ee2bcf3ab1bb36e9ea29.tar.gz |
Add more dependencies. Still ride update.
Diffstat (limited to 'time/py-vdirsyncer')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 3110aaed6a0..925091bc9d2 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/08/18 12:10:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/08/18 12:25:52 wiz Exp $ DISTNAME= vdirsyncer-0.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ COMMENT= Synchronization tool for vdir LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click +DEPENDS+= ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt-[0-9]*:../../devel/py-requests-toolbelt |