aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2025-11-05 08:31:49 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2025-11-05 08:31:49 +0000
commitd3b2556facc94c8a43c9aaf80f9c5abfab2e8865 (patch)
tree505f6b022801aabe6b063f5da032288b99dd6c33
parent36ca98e521c5e48a0ed546e4f6f325440ffbd78d (diff)
graphics/glslang: Add PORTSCOUT line
-rw-r--r--graphics/glslang/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile
index aa89be96cc73..56192f05997c 100644
--- a/graphics/glslang/Makefile
+++ b/graphics/glslang/Makefile
@@ -23,4 +23,6 @@ GH_ACCOUNT= KhronosGroup
CMAKE_ON= ALLOW_EXTERNAL_SPIRV_TOOLS
+PORTSCOUT= limit:^[0-9]+\. # avoid tags like sdk-candidate-26-jul-2020
+
.include <bsd.port.mk>