diff options
author | jym <jym@pkgsrc.org> | 2011-12-07 00:34:26 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-12-07 00:34:26 +0000 |
commit | 541e7afdadbe7424a9340d064f40cf0a4a9dac3a (patch) | |
tree | c74cb0be7f6dd4c3c4686bf3ac94596eb75c9113 /benchmarks | |
parent | d6c3bfc82fcff89c582cfe1606107c0ce01d720e (diff) | |
download | pkgsrc-541e7afdadbe7424a9340d064f40cf0a4a9dac3a.tar.gz |
Fix bad copy/pasto.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 30dbb435ef3..ee83e9f6f5b 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/12/07 00:30:16 jym Exp $ +# $NetBSD: Makefile,v 1.2 2011/12/07 00:34:26 jym Exp $ # DISTNAME= phoronix-test-suite-${PTS_VERSION} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= php>=${PHP_BASE_VERS}<5.4:../../lang/php53 DEPENDS+= php53-curl>=${PHP_BASE_VERS}<5.4:../../www/php-curl -DEPENDS+= php53-dom>=${PHP_BASE_VERS}<5.4:../../www/php-curl +DEPENDS+= php53-dom>=${PHP_BASE_VERS}<5.4:../../textproc/php-dom DEPENDS+= php53-gd>=${PHP_BASE_VERS}<5.4:../../graphics/php-gd DEPENDS+= php53-json>=${PHP_BASE_VERS}<5.4:../../textproc/php-json DEPENDS+= php53-pcntl>=${PHP_BASE_VERS}<5.4:../../devel/php-pcntl |