diff options
author | markd <markd@pkgsrc.org> | 2016-06-19 05:07:24 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-06-19 05:07:24 +0000 |
commit | 486f11b84e4a6d1f3950227bfac016f03be35415 (patch) | |
tree | e4c0a119cd92d38cddde66ee9c15219615677ac8 /x11 | |
parent | 38c0a57b77cca6289da89bd9e832172df47ae004 (diff) | |
download | pkgsrc-486f11b84e4a6d1f3950227bfac016f03be35415.tar.gz |
Add dependency on qt5-qtwebsockets
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5-qtwebchannel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt5-qtwebchannel/Makefile b/x11/qt5-qtwebchannel/Makefile index 5f15844ffab..85fe77e7238 100644 --- a/x11/qt5-qtwebchannel/Makefile +++ b/x11/qt5-qtwebchannel/Makefile @@ -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" |