pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

keep module dependencies synced in qt6 meta package



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%netbsd.org@localhost>
Pushed By:	nros
Date:		Thu Sep 16 15:41:11 2021 +0000
Changeset:	a3e099335809950100dc94664c6d6eb0e42214c5

Modified Files:
	qt6/Makefile

Log Message:
keep module dependencies synced in qt6 meta package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3e099335809950100dc94664c6d6eb0e42214c5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt6/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/qt6/Makefile b/qt6/Makefile
index 12da689ce0..7f30910d04 100644
--- a/qt6/Makefile
+++ b/qt6/Makefile
@@ -13,8 +13,11 @@ META_PACKAGE=	yes
 DEPENDS+=	qt6-qtbase-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtbase
 DEPENDS+=	qt6-odbc-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-odbc
 DEPENDS+=	qt6-psql-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-psql
+DEPENDS+=	qt6-qtcharts-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtcharts
+DEPENDS+=	qt6-qtdatavis3d-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtdatavis3d
 DEPENDS+=	qt6-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtdeclarative
 DEPENDS+=	qt6-qtimageformats-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtimageformats
+DEPENDS+=	qt6-qtlottie-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtlottie
 DEPENDS+=	qt6-qtnetworkauth-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtnetworkauth
 DEPENDS+=	qt6-qtquick3d-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtquick3d
 DEPENDS+=	qt6-qtquickcontrols2-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtquickcontrols2


Home | Main Index | Thread Index | Old Index