diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /deskutils/py-vdirsyncer/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'deskutils/py-vdirsyncer/Makefile')
-rw-r--r-- | deskutils/py-vdirsyncer/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile index d6381e700899..77a7c4a38b49 100644 --- a/deskutils/py-vdirsyncer/Makefile +++ b/deskutils/py-vdirsyncer/Makefile @@ -12,13 +12,13 @@ COMMENT= Synchronize calendars and contacts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.10.1:${PORTSDIR}/devel/py-setuptools_scm -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:${PORTSDIR}/devel/py-atomicwrites \ - ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \ - ${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:${PORTSDIR}/devel/py-icalendar \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:${PORTSDIR}/www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.1.3:${PORTSDIR}/www/py-requests-toolbelt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.10.1:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:devel/py-atomicwrites \ + ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:devel/py-icalendar \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.0:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.1.3:www/py-requests-toolbelt USES= python USE_PYTHON= autoplist distutils |