git: 34810cf205f5 - main - graphics/mesa-libs: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 19:01:38 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=34810cf205f58893da2c7f7a781094dcaf0d533a commit 34810cf205f58893da2c7f7a781094dcaf0d533a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-12-08 16:23:01 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-12-08 19:00:38 +0000 graphics/mesa-libs: Cleanup - Specify license directly in this port. Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/mesa-libs/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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