diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
commit | f6d56007b984e83ebda7162c99abc18d5bde982e (patch) | |
tree | aa20f69168c1d6c9e0dbf200cc417eb6ea9147ca /benchmarks/p5-Benchmark-Stopwatch | |
parent | bd0d393e807d8d13fca4ce0ff12e4497385e3e24 (diff) |
Notes
Diffstat (limited to 'benchmarks/p5-Benchmark-Stopwatch')
-rw-r--r-- | benchmarks/p5-Benchmark-Stopwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/p5-Benchmark-Stopwatch/Makefile b/benchmarks/p5-Benchmark-Stopwatch/Makefile index ccca754598b3..4b02df0e9722 100644 --- a/benchmarks/p5-Benchmark-Stopwatch/Makefile +++ b/benchmarks/p5-Benchmark-Stopwatch/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple timing of stages of your code +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-Test-LongString>=0:devel/p5-Test-LongString RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone -BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-LongString>=0:devel/p5-Test-LongString USES= perl5 USE_PERL5= configure |