pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtdeclarative



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 10:01:36 UTC 2021

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

Log Message:
qt5-qtdeclarative: mark python as build dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/qt5-qtdeclarative/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-qtdeclarative/Makefile
diff -u pkgsrc/x11/qt5-qtdeclarative/Makefile:1.56 pkgsrc/x11/qt5-qtdeclarative/Makefile:1.57
--- pkgsrc/x11/qt5-qtdeclarative/Makefile:1.56  Sun Nov 29 22:33:22 2020
+++ pkgsrc/x11/qt5-qtdeclarative/Makefile       Tue Apr 13 10:01:36 2021
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.56 2020/11/29 22:33:22 dbj Exp $
+# $NetBSD: Makefile,v 1.57 2021/04/13 10:01:36 wiz Exp $
 
 DISTNAME=      qtdeclarative-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtdeclarative-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Qt5 module for declarative framework
 
 BUILD_TARGET=          sub-tools
 INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
 INSTALLATION_DIRS+=    lib/pkgconfig
+PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../x11/qt5-qtbase/Makefile.common"
 



Home | Main Index | Thread Index | Old Index