diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 13:53:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 13:53:18 +0000 |
commit | 038021d3540c0640638041ba8c0322ad661da18d (patch) | |
tree | 47e59d2f4d22065ae1bc531db753a1054190027f /benchmarks | |
parent | 3b3484eac41aec471268c6d072c0ea1402cb3858 (diff) | |
download | freebsd-ports-038021d3540c0640638041ba8c0322ad661da18d.zip |
Convert to USES=pear
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pear-Benchmark/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/pear-Benchmark/Makefile b/benchmarks/pear-Benchmark/Makefile index 0737b8d8a4db..c4ee63e4d639 100644 --- a/benchmarks/pear-Benchmark/Makefile +++ b/benchmarks/pear-Benchmark/Makefile @@ -8,12 +8,8 @@ CATEGORIES= benchmarks devel www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR framework to benchmark PHP scripts or function calls -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear USE_PHP= bcmath -PEAR_AUTOINSTALL= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |