finance/alkimia: Remove WEBKIT option.

www/qt5-webkit was removed from the ports tree, so remove it as an
option and leave only WEBENGINE if the user wants webpage rendering
support.

Reported by:	Andrea Venturoli <ml@netfence.it> (via private mail)
MFH:		2024Q1
This commit is contained in:
Jason E. Hale 2024-01-06 19:08:12 -05:00
parent 5cdc418e76
commit e352d3c164
1 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= alkimia
PORTVERSION= 8.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
@ -33,14 +33,11 @@ CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen
PLIST_SUB= VER=${PORTVERSION:R}
SHEBANG_FILES= src/financequote.pl
OPTIONS_RADIO= BROWSER
OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE
OPTIONS_SINGLE= MPLIB
OPTIONS_SINGLE_MPLIB= GMP MPIR
OPTIONS_DEFINE= PLASMA TEST TOOLS
OPTIONS_DEFINE= PLASMA TEST TOOLS WEBENGINE
OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE
OPTIONS_SUB= yes
BROWSER_DESC= Web browser support
MPLIB_DESC= Multi-precision library (MPIR preferred)
GMP_LIB_DEPENDS= libgmp.so:math/gmp
@ -60,14 +57,10 @@ TEST_TEST_TARGET= test
TOOLS_DESC= Build tools
TOOLS_CMAKE_BOOL= BUILD_TOOLS
WEBENGINE_DESC= Qt Web Engine support
WEBENGINE_DESC= Webpage fetching and rendering
WEBENGINE_USE= QT=location,printsupport,webchannel,webengine
WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE
WEBKIT_DESC= Qt WebKit support
WEBKIT_USE= QT=webkit
WEBKIT_CMAKE_BOOL= BUILD_WITH_WEBKIT
pre-configure:
${FIND} ${WRKSRC} -type f \( -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;