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 | 0f290565c1fa6279ff9bdce99dbfa80a7eed5826 (patch) | |
tree | c74cb0be7f6dd4c3c4686bf3ac94596eb75c9113 | |
parent | d5b7ee53a9faeb3b22912d0f46dee6b44648adf6 (diff) | |
download | pkgsrc-0f290565c1fa6279ff9bdce99dbfa80a7eed5826.tar.gz |
Fix bad copy/pasto.
-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 |