git: 55b0385a595d - main - graphics/glslang: Add TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Mar 2024 09:00:11 UTC
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