Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2024 09:00:11 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55b0385a595d - main - graphics/glslang: Add TEST_DEPENDS
Message-ID:  <202403100900.42A90BAi032776@gitrepo.freebsd.org>

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

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

commit 55b0385a595dfab92a78efb12632e1710d70f70a
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-10 08:58:20 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-10 08:59:05 +0000

    graphics/glslang: Add TEST_DEPENDS
---
 graphics/glslang/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile
index e46f828f8688..031546b0f73e 100644
--- a/graphics/glslang/Makefile
+++ b/graphics/glslang/Makefile
@@ -10,6 +10,9 @@ LICENSE=	APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+TEST_DEPENDS=	bash:shells/bash \
+		gmake:devel/gmake
+
 USES=		cmake:testing compiler:c++11-lib python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup



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