diff options
Diffstat (limited to 'devel/p5-Algorithm-Cron/Makefile')
-rw-r--r-- | devel/p5-Algorithm-Cron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-Cron/Makefile b/devel/p5-Algorithm-Cron/Makefile index 04336fcfe3f2..fd93f245457d 100644 --- a/devel/p5-Algorithm-Cron/Makefile +++ b/devel/p5-Algorithm-Cron/Makefile @@ -13,8 +13,8 @@ COMMENT= Abstract implementation of the cron(8) scheduling algorithm LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS:= p5-Time-timegm>=0:devel/p5-Time-timegm -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Time-timegm>=0:devel/p5-Time-timegm USES= perl5 USE_PERL5= configure |