aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-taskw/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 14:47:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 14:47:51 +0000
commit84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch)
treec88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /deskutils/py-taskw/Makefile
parent43757efeb94c5864c62a1d58a6ea51aea66cdd9c (diff)
Diffstat (limited to 'deskutils/py-taskw/Makefile')
-rw-r--r--deskutils/py-taskw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile
index bb3d21aacfbe..0bad9a6dbf21 100644
--- a/deskutils/py-taskw/Makefile
+++ b/deskutils/py-taskw/Makefile
@@ -1,6 +1,6 @@
PORTNAME= taskw
DISTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/
PATCHFILES+= 168.patch:-p1
-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}kitchen>0:devel/py-kitchen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.4,<2:devel/py-nose@${PY_FLAVOR} \