pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-styleplugins



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 11 22:04:16 UTC 2022

Modified Files:
        pkgsrc/x11/qt5-styleplugins: Makefile

Log Message:
qt5-styleplugins: add missing pkg-config tool dependency to fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/qt5-styleplugins/Makefile

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

Modified files:

Index: pkgsrc/x11/qt5-styleplugins/Makefile
diff -u pkgsrc/x11/qt5-styleplugins/Makefile:1.1 pkgsrc/x11/qt5-styleplugins/Makefile:1.2
--- pkgsrc/x11/qt5-styleplugins/Makefile:1.1    Sun Jul  3 20:43:53 2022
+++ pkgsrc/x11/qt5-styleplugins/Makefile        Mon Jul 11 22:04:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/07/03 20:43:53 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/11 22:04:16 wiz Exp $
 
 DISTNAME=      qt5-styleplugins-5.0.0.20170112
 CATEGORIES=    x11
@@ -12,6 +12,7 @@ COMMENT=      Qt 5 extra widget styles
 LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++11
+USE_TOOLS+=            pkg-config
 
 INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
 



Home | Main Index | Thread Index | Old Index