pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt6-qtbase actually depend on cmake for qt6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d674d6592d59
branches:  trunk
changeset: 389075:d674d6592d59
user:      nros <nros%pkgsrc.org@localhost>
date:      Tue Nov 29 23:19:50 2022 +0000

description:
actually depend on cmake for qt6

diffstat:

 x11/qt6-qtbase/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0827ccf2605 -r d674d6592d59 x11/qt6-qtbase/Makefile.common
--- a/x11/qt6-qtbase/Makefile.common    Tue Nov 29 22:17:53 2022 +0000
+++ b/x11/qt6-qtbase/Makefile.common    Tue Nov 29 23:19:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2022/11/28 14:14:07 nros Exp $
+# $NetBSD: Makefile.common,v 1.23 2022/11/29 23:19:50 nros Exp $
 # used by audio/qt6-qtspeech/Makefile
 # used by databases/qt6-odbc/Makefile
 # used by databases/qt6-psql/Makefile
@@ -28,7 +28,7 @@
 BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake perl:build pkg-config
+USE_TOOLS+=            cmake gmake perl:build pkg-config
 
 # https://doc.qt.io/qt-6/supported-platforms.html
 GCC_REQD+=             9



Home | Main Index | Thread Index | Old Index