diff options
author | adam <adam@pkgsrc.org> | 2018-10-06 22:41:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-06 22:41:22 +0000 |
commit | 33c0183c7d31aed1f781f0fe5cd11f77fa5e342c (patch) | |
tree | 2ee7ca0689eb3be4e7339c099bae26aa509ff0c6 /x11/qt5 | |
parent | 995f44d74113f2061dd081807264e190ccc7dbb1 (diff) | |
download | pkgsrc-33c0183c7d31aed1f781f0fe5cd11f77fa5e342c.tar.gz |
Added x11/qt5-qtcharts, x11/qt5-qtnetworkauth
Diffstat (limited to 'x11/qt5')
-rw-r--r-- | x11/qt5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index 94174a25567..23026a42988 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/03/01 20:09:49 adam Exp $ +# $NetBSD: Makefile,v 1.13 2018/10/06 22:41:22 adam Exp $ DISTNAME= qt5-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none @@ -11,12 +12,14 @@ META_PACKAGE= yes .include "Makefile.common" DEPENDS+= qt5-qtbase-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtbase +DEPENDS+= qt5-qtcharts-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtcharts DEPENDS+= qt5-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdeclarative DEPENDS+= qt5-qtdoc-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdoc DEPENDS+= qt5-qtgraphicaleffects-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtgraphicaleffects DEPENDS+= qt5-qtimageformats-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtimageformats DEPENDS+= qt5-qtlocation-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtlocation DEPENDS+= qt5-qtmultimedia-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtmultimedia +DEPENDS+= qt5-qtnetworkauth-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtnetworkauth DEPENDS+= qt5-qtquickcontrols-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols DEPENDS+= qt5-qtquickcontrols2-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols2 DEPENDS+= qt5-qtscript-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtscript |