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 | 55b91fccbbf8ff258a92558da79d8375aee5c5dc (patch) | |
tree | 75309717f8a5c292c8e040401a5d2590a4d8a623 /x11 | |
parent | 49974e957865356b673e77ece160d81793b03cbf (diff) | |
download | pkgsrc-55b91fccbbf8ff258a92558da79d8375aee5c5dc.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" |