1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

irc/kvirc: move webkit behind default-off option

qt5-webkit will be removed by the end of the year.
This commit is contained in:
Tobias C. Berner 2023-09-12 08:18:48 +02:00
parent d040b1f838
commit 67844b978a

View File

@ -1,7 +1,7 @@
PORTNAME= KVIrc
DISTVERSION= 5.0.0-102
DISTVERSIONSUFFIX= -geb3fdd6b1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= irc kde
MAINTAINER= kde@FreeBSD.org
@ -21,7 +21,7 @@ USE_PERL5= build
USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \
service widgetsaddons windowsystem xmlgui
USE_QT= core dbus gui multimedia network phonon4 printsupport sql svg \
webkit widgets x11extras xml \
widgets x11extras xml \
buildtools:build qmake:build
USE_XORG= ice sm x11 xext xrender xscrnsaver
USE_LDCONFIG= yes
@ -29,6 +29,11 @@ USE_GITHUB= yes
CMAKE_ARGS= -DMANDIR:STRING=share/man
OPTIONS_DEFINE= WEBKIT
WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin
WEBKIT_USE= QT5=webkit
WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKit
PLIST_SUB= VER=5.0
.include <bsd.port.mk>