git: fb02afe0bf33 - main - cad/ldview: Stop depending on osmesa, it is going to be removed

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 15 Jun 2026 15:56:25 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb02afe0bf33f13bd3a3679cdf4e73c6f28b72ec

commit fb02afe0bf33f13bd3a3679cdf4e73c6f28b72ec
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-05-15 16:50:30 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-06-15 15:54:35 +0000

    cad/ldview: Stop depending on osmesa, it is going to be removed
---
 cad/ldview/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cad/ldview/Makefile b/cad/ldview/Makefile
index 7fd96ddedac1..6e0467cf2f0e 100644
--- a/cad/ldview/Makefile
+++ b/cad/ldview/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ldview
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.6
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/../license.txt
 LIB_DEPENDS=	lib3ds.so:graphics/lib3ds \
 		libgl2ps.so:print/gl2ps \
 		libminizip.so:archivers/minizip \
-		libOSMesa.so:graphics/libosmesa \
 		libpng16.so:graphics/png \
 		libtinyxml.so:textproc/tinyxml
 RUN_DEPENDS=	bash:shells/bash \