diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 03:23:35 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 04:19:52 +0000 |
commit | 1930871df37d21d1c4773227c1b237b5682c1233 (patch) | |
tree | 29395dd6bfce1d484b5ea1aaabc7423a808bbdc4 | |
parent | 7789f5d26494c4d5288953042c1ebd98f422127c (diff) | |
download | ports-1930871df37d21d1c4773227c1b237b5682c1233.tar.gz ports-1930871df37d21d1c4773227c1b237b5682c1233.zip |
-rw-r--r-- | graphics/glad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glad/Makefile b/graphics/glad/Makefile index 2b73927116a6..de11935a0b12 100644 --- a/graphics/glad/Makefile +++ b/graphics/glad/Makefile @@ -10,7 +10,7 @@ COMMENT= Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake python:build USE_GITHUB= yes GH_ACCOUNT= Dav1dde USE_LDCONFIG= yes |