Skip to content

Commit

Permalink
devel/kdevelop: switch WEBENGINE option to default ON
Browse files Browse the repository at this point in the history
- Qt5WebKit hasn't seen any changes in a long time (which in itself
  might not be a problem for certain kinds of software -- however, this
  is a web rendering engine).
  So it's time to switch to the supported rendering engine.
  • Loading branch information
tcberner committed Sep 12, 2023
1 parent f37ff3a commit f6d9efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 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 @@ -52,6 +53,7 @@ SO_VER_LONG= 5.12.230800
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
Expand Down

0 comments on commit f6d9efd

Please sign in to comment.