aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt6pas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qt6pas/Makefile')
-rw-r--r--x11-toolkits/qt6pas/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/x11-toolkits/qt6pas/Makefile b/x11-toolkits/qt6pas/Makefile
index 30f90d96558e..278a50ac8a88 100644
--- a/x11-toolkits/qt6pas/Makefile
+++ b/x11-toolkits/qt6pas/Makefile
@@ -1,6 +1,5 @@
PORTNAME= qt6pas
-PORTVERSION= 6.2.7
-PORTREVISION= 1
+PORTVERSION= 6.2.8
CATEGORIES= x11-toolkits
MASTER_SITES= LOCAL/acm/
@@ -8,11 +7,17 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= Qt6 binding for FreePascal
WWW= https://wiki.lazarus.freepascal.org/index.php/Qt6_Interface
-USES= compiler:c++11-lang qmake qt:6
-USE_QT= base:run declarative:build tools:build
+LICENSE= LGPL3LE
+LICENSE_NAME= GNU Lesser General Public License version 3 Link Exception
+LICENSE_FILE= ${WRKSRC}/COPYING.TXT
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES= compiler:c++11-lang gl qmake qt:6
+USE_GL= opengl
+USE_QT= base
USE_LDCONFIG= yes
-QT6_VER_MIN= 6.2.7
+QT6_VER_MIN= 6.2.8
post-patch:
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt6Pas.pro