aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 09:21:38 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 09:21:38 +0000
commit853cfcecc06734c422b3744c09a5955eee5cc6fd (patch)
treef678860bc525bc84fddb63fc3b83015d594fedab
parentf7fbe95c364e8383d474aa72a0d6e9e1551322ca (diff)
downloadports-853cfcecc06734c422b3744c09a5955eee5cc6fd.tar.gz
ports-853cfcecc06734c422b3744c09a5955eee5cc6fd.zip
editors/calligra: Remove non-default option WEBKIT
-rw-r--r--editors/calligra/Makefile5
1 files changed, 1 insertions, 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"