From 35a2a0a9d64f37c9a2f8f866358150720a167df9 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Fri, 26 Sep 2025 17:47:18 +0400 Subject: [PATCH] libGLU: build without osmesa --- x11/libGLU/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/libGLU/Portfile b/x11/libGLU/Portfile index 9cef5a83d49..6605320c303 100644 --- a/x11/libGLU/Portfile +++ b/x11/libGLU/Portfile @@ -5,7 +5,7 @@ PortGroup meson 1.0 name libGLU version 9.0.3 -revision 0 +revision 1 checksums rmd160 cb71b3e73662fd1e5b0adb33815337104a177f11 \ sha256 bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f \ size 218968 @@ -28,6 +28,6 @@ depends_build-append \ depends_lib port:mesa configure.args-append \ - -Dgl_provider=osmesa + -Dgl_provider=gl livecheck.type none