diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-12-08 16:23:01 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-12-08 19:00:38 +0000 |
commit | 34810cf205f58893da2c7f7a781094dcaf0d533a (patch) | |
tree | 9ebbaf7b9dd0626804547fa2e0f80d2594e29eb3 /graphics/mesa-libs | |
parent | 4ef5f4f3f1dfe60509f65f6413431d2f4ded5635 (diff) | |
download | ports-34810cf205f58893da2c7f7a781094dcaf0d533a.tar.gz ports-34810cf205f58893da2c7f7a781094dcaf0d533a.zip |
Diffstat (limited to 'graphics/mesa-libs')
-rw-r--r-- | graphics/mesa-libs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index d161b86654e7..8e6bbcdff57d 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -6,6 +6,9 @@ CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients WWW= https://www.mesa3d.org/ +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/docs/license.rst + LIB_DEPENDS= libOpenGL.so:graphics/libglvnd OPTIONS_GROUP= PLATFORM |