Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2021 00:55:00 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0839af93ffe7 - main - graphics/glslang: convert to USES=cmake:testing
Message-ID:  <202105180055.14I0t0GC047136@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=0839af93ffe75c8041482b2c2b12f41f437937f6

commit 0839af93ffe75c8041482b2c2b12f41f437937f6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-05-17 13:44:20 +0000
Commit:     Jan Beich <jbeich@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>



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