summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2022-11-25 20:26:46 +0000
committernros <nros@pkgsrc.org>2022-11-25 20:26:46 +0000
commitc3d558d4e7798c647a1f7e68eb35a16388735c0d (patch)
tree986a5df391276ed26665d7010f6a67b84fa4dd1e /meta-pkgs
parent94e1ad8cc4723a8fe827eb4301c8bb12dc6398cb (diff)
downloadpkgsrc-c3d558d4e7798c647a1f7e68eb35a16388735c0d.tar.gz
Add qt6-qtquicktimeline version 6.4.1 to pkgsrc-current
Qt6 module for creating keyframe based animations using Qt quick.
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 790cf1b77d9..f31b8d5bc5e 100644
--- a/meta-pkgs/qt6/Makefile
+++ b/meta-pkgs/qt6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/11/25 20:12:25 nros Exp $
+# $NetBSD: Makefile,v 1.14 2022/11/25 20:26:46 nros Exp $
DISTNAME= qt6-${QTVERSION}
@@ -23,5 +23,6 @@ DEPENDS+= qt6-qtcharts-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtcharts
DEPENDS+= qt6-qtdatavis3d-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtdatavis3d
DEPENDS+= qt6-qtlottie-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtlottie
DEPENDS+= qt6-qtnetworkauth-${QTVERSION}{,nb[0-9]*}:../../security/qt6-qtnetworkauth
+DEPENDS+= qt6-qtquicktimeline-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtquicktimeline
.include "../../mk/bsd.pkg.mk"