diff options
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> |