git: 0839af93ffe7 - main - graphics/glslang: convert to USES=cmake:testing

Jan Beich jbeich at FreeBSD.org
Tue May 18 00:55:01 UTC 2021


The branch main has been updated by jbeich:

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

commit 0839af93ffe75c8041482b2c2b12f41f437937f6
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-17 13:44:20 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-18 00:47:14 +0000

    graphics/glslang: convert to USES=cmake:testing
---
 graphics/glslang/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile
index 954352cd707d..f6779d4e5970 100644
--- a/graphics/glslang/Makefile
+++ b/graphics/glslang/Makefile
@@ -9,9 +9,8 @@ LICENSE=	APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		cmake compiler:c++11-lib python:3.4+,build
+USES=		cmake:testing compiler:c++11-lib python:3.4+,build
 USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup
-TEST_TARGET=	test
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list