git: 853cfcecc067 - main - editors/calligra: Remove non-default option WEBKIT

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Dec 2023 09:26:14 UTC
The branch main has been updated by bofh:

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

commit 853cfcecc06734c422b3744c09a5955eee5cc6fd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 09:21:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 09:21:38 +0000

    editors/calligra: Remove non-default option WEBKIT
---
 editors/calligra/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 26c7123d410e..0b46fba36c11 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -59,14 +59,11 @@ USE_QT=		concurrent core dbus declarative gui network opengl \
 		buildtools:build qmake:build
 USE_XORG=	ice sm x11 xext
 
-OPTIONS_DEFINE=	OPENEXR WEBKIT
+OPTIONS_DEFINE=	OPENEXR
 OPTIONS_DEFAULT=	OPENEXR
 
 OPENEXR_LIB_DEPENDS=	libOpenEXR.so:graphics/openexr
 OPENEXR_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
-WEBKIT_DESC=		Use obsolete qt5-webkit to build Browser Plugin
-WEBKIT_USE=		QT=webkit
-WEBKIT_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKit
 
 CMAKE_ARGS=	-DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \
 		-DPRODUCTSET:STRING="DESKTOP"