diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-18 12:10:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-18 12:10:32 +0000 |
commit | 62f5eb197ce8758a876b85ed912746e2b4882c1d (patch) | |
tree | f34e49743cea4859059226f79f0610bd186ee26d /time | |
parent | 7274dde0bdae151af7a18e735eef30dada7a4cd6 (diff) | |
download | pkgsrc-62f5eb197ce8758a876b85ed912746e2b4882c1d.tar.gz |
Add some missing dependencies. Ride update.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 24d7230255e..3110aaed6a0 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/08/18 11:04:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/08/18 12:10:32 wiz Exp $ DISTNAME= vdirsyncer-0.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,10 @@ HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ COMMENT= Synchronization tool for vdir LICENSE= mit +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 + USE_LANGUAGES= # none INSTALLATION_DIRS= share/example/${PKGBASE} PLIST_SUBST+= PKGBASE=${PKGBASE} |