pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-qt5



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Nov 22 02:34:13 UTC 2018

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

Log Message:
py-qt5: add dependency on py-sip-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/py-qt5/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/py-qt5/Makefile
diff -u pkgsrc/x11/py-qt5/Makefile:1.40 pkgsrc/x11/py-qt5/Makefile:1.41
--- pkgsrc/x11/py-qt5/Makefile:1.40     Mon Nov 12 03:53:12 2018
+++ pkgsrc/x11/py-qt5/Makefile  Thu Nov 22 02:34:13 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2018/11/12 03:53:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2018/11/22 02:34:13 markd Exp $
 
 DISTNAME=      PyQt5_gpl-5.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt5_gpl/qt5/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyqt/}
 
@@ -14,6 +14,7 @@ HOMEPAGE=     http://www.riverbankcomputing.
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 .endif
+DEPENDS+=      ${PYPKGPREFIX}-sip-qt5-[0-9]*:../../x11/py-sip-qt5
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index