summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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