diff options
author | taca <taca@pkgsrc.org> | 2021-03-07 13:21:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-03-07 13:21:56 +0000 |
commit | 14a2e23dfb01de0f78b7b5149e4bafc32547398b (patch) | |
tree | a46da48b66ab2004ccbb9b255a5c5e99fcdbb410 /benchmarks | |
parent | ed2819d435f552a7f12f802250469875ca763f9f (diff) | |
download | pkgsrc-14a2e23dfb01de0f78b7b5149e4bafc32547398b.tar.gz |
Switch to use lang/php/json.mk.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index a99406ca812..54341f1fb2e 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/12/09 14:20:54 taca Exp $ +# $NetBSD: Makefile,v 1.11 2021/03/07 13:21:56 taca Exp $ # DISTNAME= phoronix-test-suite-${PTS_VERSION} @@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.3:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-pcntl>=5.3:../../devel/php-pcntl DEPENDS+= ${PHP_PKG_PREFIX}-posix>=5.3:../../devel/php-posix DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3:../../archivers/php-zip @@ -47,8 +46,7 @@ do-install: cd ${WRKSRC}/ && DESTDIR=${DESTDIR:Q} PKGMANDIR=${PKGMANDIR:Q} \ ./install-sh ${PREFIX:Q} -.include "../../lang/php/phpversion.mk" -.include "${PHPPKGSRCDIR}/buildlink3.mk" +.include "../../lang/php/json.mk" .include "../../databases/shared-mime-info/mimedb.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |