pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebchannel



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 19 05:07:24 UTC 2016

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

Log Message:
Add dependency on qt5-qtwebsockets


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qt5-qtwebchannel/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-qtwebchannel/Makefile
diff -u pkgsrc/x11/qt5-qtwebchannel/Makefile:1.10 pkgsrc/x11/qt5-qtwebchannel/Makefile:1.11
--- pkgsrc/x11/qt5-qtwebchannel/Makefile:1.10   Mon Apr 11 19:01:41 2016
+++ pkgsrc/x11/qt5-qtwebchannel/Makefile        Sun Jun 19 05:07:24 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/19 05:07:24 markd Exp $
 
 DISTNAME=      qtwebchannel-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtwebchannel-${QTVERSION}
-PKGREVISION=   3
+PKGREVISION=   4
 COMMENT=       Qt5 WebChannel module
 
 MAKE_ENV+=             QTDIR=${QTDIR}
@@ -18,4 +18,5 @@ post-install:
 .endfor
 
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt5-qtwebsockets/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index