summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2022-11-24 11:39:13 +0000
committernros <nros@pkgsrc.org>2022-11-24 11:39:13 +0000
commit575da41dcfa56b864776d25014c3f1ec59478e7e (patch)
tree7fb70138f1d4b86c9e2121bdfd566bc5ab14e381 /meta-pkgs
parente2d91a8e31150baea9548464ee839b7fec820b13 (diff)
downloadpkgsrc-575da41dcfa56b864776d25014c3f1ec59478e7e.tar.gz
Add qt6-psql version 6.4.1 to pkgsrc-current
qt6-psql is the postgresql database driver for qt6.
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 c9b2112cd39..3e89b544be3 100644
--- a/meta-pkgs/qt6/Makefile
+++ b/meta-pkgs/qt6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/11/24 11:26:19 nros Exp $
+# $NetBSD: Makefile,v 1.3 2022/11/24 11:39:13 nros Exp $
DISTNAME= qt6-${QTVERSION}
@@ -11,6 +11,7 @@ META_PACKAGE= yes
.include "Makefile.common"
DEPENDS+= qt6-odbc-${QTVERSION}{,nb[0-9]*}:../../databases/qt6-odbc
+DEPENDS+= qt6-psql-${QTVERSION}{,nb[0-9]*}:../../databases/qt6-psql
DEPENDS+= qt6-qtbase-${QTVERSION}{,nb[0-9]*}:../../x11/qt6-qtbase
.include "../../mk/bsd.pkg.mk"