diff options
author | az <az@FreeBSD.org> | 2012-06-04 16:31:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 16:31:14 +0800 |
commit | 9d44c41013926a8c30dc3c4edba83dbead10ba32 (patch) | |
tree | b31e9002da35fb5a06834f95fe880725250cb60a /benchmarks/p5-Benchmark-Stopwatch | |
parent | 8c0f9017c3cd195061d9b1b4ff1d8782af40542a (diff) | |
download | freebsd-ports-gnome-9d44c41013926a8c30dc3c4edba83dbead10ba32.tar.gz freebsd-ports-gnome-9d44c41013926a8c30dc3c4edba83dbead10ba32.tar.zst freebsd-ports-gnome-9d44c41013926a8c30dc3c4edba83dbead10ba32.zip |
- Remove SITE_PERL from *_DEPENDS
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 e5be38ff7e27..ea025fee49d9 100644 --- a/benchmarks/p5-Benchmark-Stopwatch/Makefile +++ b/benchmarks/p5-Benchmark-Stopwatch/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple timing of stages of your code -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString +BUILD_DEPENDS+= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString PERL_CONFIGURE= yes |