git: dbfe4e53cca4 - main - editors/calligra: ignore on i386

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Sun, 09 Feb 2025 19:57:46 UTC
The branch main has been updated by makc:

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

commit dbfe4e53cca47045609cb99de11f1dc74e12b6d2
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-02-09 19:34:57 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-02-09 19:34:57 +0000

    editors/calligra: ignore on i386
---
 editors/calligra/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 24e97afc58c2..ae4bd669e554 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -9,6 +9,8 @@ WWW=		https://calligra.org/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+IGNORE_i386=	is not supported on 32-bit systems
+
 LIB_DEPENDS=	libImath.so:math/Imath \
 		libboost_thread.so:devel/boost-libs \
 		libgit2.so:devel/libgit2 \