Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 02:49:10 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4648c2b92f9 - main - benchmarks/vkoverhead: drop unused dependency
Message-ID:  <202302080249.3182nAm6096217@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4648c2b92f960d98b9f3d7acaf30fe2318c883f

commit d4648c2b92f960d98b9f3d7acaf30fe2318c883f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-08 02:48:20 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-08 02:48:29 +0000

    benchmarks/vkoverhead: drop unused dependency
---
 benchmarks/vkoverhead/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/vkoverhead/Makefile b/benchmarks/vkoverhead/Makefile
index bf1e07d87e2c..f92618d0c93e 100644
--- a/benchmarks/vkoverhead/Makefile
+++ b/benchmarks/vkoverhead/Makefile
@@ -19,7 +19,7 @@ BROKEN_i386=	fails to build due -Werror=int-conversion
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
 RUN_DEPENDS=	vulkan-loader>0:graphics/vulkan-loader
 
-USES=		compiler:c11 meson pkgconfig python:build
+USES=		compiler:c11 meson python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	zmike
 PLIST_FILES=	bin/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302080249.3182nAm6096217>