git: 22b29416d9ed - main - graphics/mesa-devel: drop libglvnd from RUN_DEPENDS after 171cdaf295e3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 00:26:08 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=22b29416d9edfd4fe601a2d2bfd4d58bd38b0225 commit 22b29416d9edfd4fe601a2d2bfd4d58bd38b0225 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-05 22:56:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-06 00:24:09 +0000 graphics/mesa-devel: drop libglvnd from RUN_DEPENDS after 171cdaf295e3 Warning: you might not need LIB_DEPENDS on libOpenGL.so --- graphics/mesa-devel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index f2f81d3f54ed..48272c08d4a3 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= mesa DISTVERSION= 24.1-branchpoint-1724 DISTVERSIONSUFFIX= -gbc149e03033 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -21,9 +21,9 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= Limited scope: no old drivers and no software rendering. \ See also https://mesamatrix.net/ -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} +BUILD_DEPENDS= libglvnd>=1.3.2:graphics/libglvnd \ + ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} LIB_DEPENDS= libdrm.so:graphics/libdrm \ - libOpenGL.so:graphics/libglvnd \ libexpat.so:textproc/expat2 USES= bison cpe compiler:c++11-lib meson pkgconfig python:build shebangfix