aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 08:27:03 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 15:16:35 +0000
commitf6d9efd08260d817e3639b35eece3b90c1895f1e (patch)
tree80dae986daba0d1b51445efe45ed61b19c916bc3
parentf37ff3a3c8164e406987e840578c8a9622bb09f6 (diff)
downloadports-f6d9efd08260d817e3639b35eece3b90c1895f1e.tar.gz
ports-f6d9efd08260d817e3639b35eece3b90c1895f1e.zip
devel/kdevelop: switch WEBENGINE option to default ON
- 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.
-rw-r--r--devel/kdevelop/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index b02aa3a8c1d7..2d28abb8e8ee 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -3,6 +3,7 @@
# devel/kdev-python
PORTNAME= kdevelop
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -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