git: 03a50b353afd - main - editors/libreoffice: prevent hook up lang/dotnet8 to the build if it installed (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Tue, 30 Jun 2026 09:54:43 UTC
The branch main has been updated by fluffy:

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

commit 03a50b353afdae90b4fbaaaab57967bb2eccde17
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-06-30 09:51:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-06-30 09:54:33 +0000

    editors/libreoffice: prevent hook up lang/dotnet8 to the build if it installed (+)
    
    PR:     295143
---
 editors/libreoffice/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index d8a352d7433c..fc8c6a343d21 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -331,6 +331,7 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--with-tls=nss \
 		--with-vendor="FreeBSD ports" \
 		--without-fonts \
+		--without-dotnet \
 		--without-myspell-dicts
 
 CONFIGURE_ENV=	DMAKE=${LOCALBASE}/bin/dmake \