summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2022-12-01 21:26:00 +0000
committernros <nros@pkgsrc.org>2022-12-01 21:26:00 +0000
commit624bd727a5f7bac3885c1f090b5b4d422cbbe318 (patch)
tree0c3fe0b3086164a676e7791ff01b4045fa0a4db3 /meta-pkgs
parent6f5757db732a39520ea8c0a8c160c5df6cc80d9b (diff)
downloadpkgsrc-624bd727a5f7bac3885c1f090b5b4d422cbbe318.tar.gz
Add qt6-qt5compat version 6.4.1 to pkgsrc-current
Qt6 module that includes Qt5 core API:s that have been removed in Qt6, Qt5 applications can be ported to Qt6 more easily using this module.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/qt6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/qt6/Makefile b/meta-pkgs/qt6/Makefile
index eb509eba00f..79c57f7297a 100644
--- a/meta-pkgs/qt6/Makefile
+++ b/meta-pkgs/qt6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/11/30 20:57:36 nros Exp $
+# $NetBSD: Makefile,v 1.24 2022/12/01 21:26:00 nros Exp $
DISTNAME= qt6-${QTVERSION}
@@ -33,5 +33,6 @@ DEPENDS+= qt6-qtspeech-${QTVERSION}{,nb[0-9]*}:../../audio/qt6-qtspeech
DEPENDS+= qt6-qtwebchannel-${QTVERSION}{,nb[0-9]*}:../../www/qt6-qtwebchannel
DEPENDS+= qt6-qthttpserver-${QTVERSION}{,nb[0-9]*}:../../www/qt6-qthttpserver
DEPENDS+= qt6-qttools-${QTVERSION}{,nb[0-9]*}:../../devel/qt6-qttools
+DEPENDS+= qt6-qt5compat-${QTVERSION}{,nb[0-9]*}:../../devel/qt6-qt5compat
.include "../../mk/bsd.pkg.mk"