aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-17 13:44:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-18 00:47:14 +0000
commit0839af93ffe75c8041482b2c2b12f41f437937f6 (patch)
tree641df12c40e7eadc8276c2706a7a21862c2e4bd7
parent27d3f63cf1fea7262c8596cb852894e1a244b0fe (diff)
downloadports-0839af93ffe75c8041482b2c2b12f41f437937f6.tar.gz
ports-0839af93ffe75c8041482b2c2b12f41f437937f6.zip
graphics/glslang: convert to USES=cmake:testing
-rw-r--r--graphics/glslang/Makefile3
1 files changed, 1 insertions, 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>