pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar  6 13:40:44 UTC 2020

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

Log Message:
qt5-qtwebkit: add py-expat build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/qt5-qtwebkit/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-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.70 pkgsrc/x11/qt5-qtwebkit/Makefile:1.71
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.70       Tue Jan 21 20:25:40 2020
+++ pkgsrc/x11/qt5-qtwebkit/Makefile    Fri Mar  6 13:40:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2020/01/21 20:25:40 adam Exp $
+# $NetBSD: Makefile,v 1.71 2020/03/06 13:40:44 wiz Exp $
 
 DISTNAME=      qtwebkit-${QTWKVERSION}
 PKGNAME=       qt5-qtwebkit-${QTWKVERSION:S/-/./}
@@ -14,6 +14,8 @@ COMMENT=      Qt5 WebView module
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v3
 EXTRACT_SUFX=  .tar.xz
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 QTWKVERSION=   5.212.0-alpha3
 
 PYTHON_VERSIONS_ACCEPTED=      27 # as of 5.212.0-alpha2



Home | Main Index | Thread Index | Old Index