pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   nros
Date:           Tue Nov 29 23:19:50 UTC 2022

Modified Files:
        pkgsrc/x11/qt6-qtbase: Makefile.common

Log Message:
actually depend on cmake for qt6


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/qt6-qtbase/Makefile.common

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

Modified files:

Index: pkgsrc/x11/qt6-qtbase/Makefile.common
diff -u pkgsrc/x11/qt6-qtbase/Makefile.common:1.22 pkgsrc/x11/qt6-qtbase/Makefile.common:1.23
--- pkgsrc/x11/qt6-qtbase/Makefile.common:1.22  Mon Nov 28 14:14:07 2022
+++ pkgsrc/x11/qt6-qtbase/Makefile.common       Tue Nov 29 23:19:50 2022
@@ -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