Permalink
Browse files
glslang: fix builds on older macOS & add category
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
graphics/glslang/Portfile
|
|
@@ -3,10 +3,11 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup cmake 1.0 |
|
|
PortGroup cxx11 1.1 |
|
|
|
|
|
github.setup KhronosGroup glslang 7.11.3113 |
|
|
|
|
|
categories graphics |
|
|
categories graphics devel |
|
|
platforms darwin |
|
|
license {BSD Permissive} |
|
|
|
|
|
|