Skip to content

Commit

Permalink
devel/kdevelop: Remove WEBENGINE option
Browse files Browse the repository at this point in the history
Since the removal of www/qt5-webkit, www/qt5-webengine is now required.

MFH:		2024Q1
  • Loading branch information
BSDKaffee committed Jan 7, 2024
1 parent 3ef68ca commit 9921aa3
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions devel/kdevelop/Makefile
Expand Up @@ -3,6 +3,7 @@
# devel/kdev-python
PORTNAME= kdevelop
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-applications

MAINTAINER= kde@FreeBSD.org
Expand Down Expand Up @@ -30,8 +31,8 @@ USE_KDE= archive attica auth bookmarks codecs completion config \
notifyconfig package parts plasma-framework purpose runner \
service solid sonnet syntaxhighlighting texteditor textwidgets \
threadweaver widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative gui help network printsupport \
script sql widgets xml \
USE_QT= concurrent core dbus declarative gui help location network \
printsupport script sql webchannel webengine widgets xml \
buildtools:build qmake:build
USE_XORG= x11
SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \
Expand All @@ -51,14 +52,6 @@ SO_VER= 512
SO_VER_LONG= 5.12.230804
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_LONG=${SO_VER_LONG}

OPTIONS_DEFINE= WEBENGINE
OPTIONS_DEFAULT= WEBENGINE
WEBENGINE_DESC= Use WebEngine as help reader
WEBENGINE_USES= qt:5
WEBENGINE_USE= QT=location,webchannel,webengine
WEBENGINE_USE_OFF= QT=webkit
WEBENGINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE

SHEBANG_LANG= zsh
zsh_OLD_CMD= /bin/zsh
zsh_CMD= ${LOCALBASE}/bin/zsh
Expand Down

0 comments on commit 9921aa3

Please sign in to comment.