diff options
Diffstat (limited to 'sysutils/comiccron/Makefile')
-rw-r--r-- | sysutils/comiccron/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/comiccron/Makefile b/sysutils/comiccron/Makefile index 38845a79289d..0e5f554aee89 100644 --- a/sysutils/comiccron/Makefile +++ b/sysutils/comiccron/Makefile @@ -17,9 +17,9 @@ EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net COMMENT= A cron like tool that performs a single pass on a cronfile -RUN_DEPENDS= ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ - ${SITE_PERL}/${PERL_ARCH}/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime +RUN_DEPENDS= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime USE_PERL5= yes |