summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormew14930xvi <mew14930xvi@inbox.lv>2025-09-08 17:43:47 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-09-08 17:44:57 +0300
commit836b63d1b1d1a3723b4e5dfdf0d98f1659fcdb6c (patch)
treed469e30c10f190d8f64819dac3cb71d1b04c00c3
parentx11-wm/dwm: update to 6.6 (diff)
textproc/highlight: Switch to qt6, take maintainership
PR: 289366
-rw-r--r--textproc/highlight/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index 58634415df7a..84b20d0f5959 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -1,10 +1,11 @@
PORTNAME= highlight
-PORTVERSION= 4.16
+DISTVERSION= 4.16
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= textproc
MASTER_SITES= http://andre-simon.de/zip/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mew14930xvi@inbox.lv
COMMENT= Customizable syntax highlighter
WWW= http://andre-simon.de/
@@ -24,10 +25,11 @@ INSTALL_TARGET= install
PORTDOCS= *
OPTIONS_DEFINE= DOCS GUI
+OPTIONS_DEFAULT+= GUI
OPTIONS_SUB= yes
-GUI_USES= qt:5
-GUI_USE= QT=buildtools:build,qmake:build,core,gui,widgets
+GUI_USES= gl qt:6,qmake
+GUI_USE= GL=opengl QT=tools:build,base
GUI_MAKE_ENV= QMAKE="${QMAKE}"
GUI_ALL_TARGET= gui
GUI_INSTALL_TARGET= install-gui