diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-04-05 12:33:47 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-04-05 12:33:47 +0000 |
commit | e0e6ea2e4e92022b565a3262eab4a9f6cce0611c (patch) | |
tree | f996f7ed53dcf81621f149a09493a208444056d3 /benchmarks | |
parent | d967bb56dbfcf99dec0516d08fcef364d5fc58fa (diff) | |
download | pkgsrc-e0e6ea2e4e92022b565a3262eab4a9f6cce0611c.tar.gz |
Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 582e011ef88..45b08d22ab5 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2013/04/01 06:13:12 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2017/04/05 12:33:48 fhajny Exp $ # DISTNAME= phoronix-test-suite-${PTS_VERSION} PTS_VERSION= 3.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ @@ -13,7 +13,6 @@ COMMENT= Phoronix Benchmarking Suite LICENSE= gnu-gpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2:../../www/php-curl -DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2:../../textproc/php-dom DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-pcntl>=5.2:../../devel/php-pcntl |