aboutsummaryrefslogtreecommitdiff
path: root/devel/py-icalendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-icalendar/Makefile')
-rw-r--r--devel/py-icalendar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-icalendar/Makefile b/devel/py-icalendar/Makefile
index 6714b5d87e1d..76e2e6f0f7c9 100644
--- a/devel/py-icalendar/Makefile
+++ b/devel/py-icalendar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= icalendar
PORTVERSION= 4.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW= https://github.com/collective/icalendar
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
USES= python