diff options
Diffstat (limited to 'sysutils/py-crontab/Makefile')
-rw-r--r-- | sysutils/py-crontab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-crontab/Makefile b/sysutils/py-crontab/Makefile index 5b1f7cf3d843..0424db4124f7 100644 --- a/sysutils/py-crontab/Makefile +++ b/sysutils/py-crontab/Makefile @@ -13,8 +13,8 @@ COMMENT= Read and write crontab files using a direct API LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}croniter>0:${PORTSDIR}/sysutils/py-croniter +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}croniter>0:sysutils/py-croniter USES= python USE_PYTHON= autoplist distutils |