diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-03-27 16:45:51 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-03-27 16:45:51 +0000 |
commit | 6ef1ae5df9a9257a7ef62d1a8f43510f8e819bb3 (patch) | |
tree | eed3bba751b30a4585b336d7cd511acdfa92cacb /x11/Makefile | |
parent | 26116a03cf046a55707ff0a432045d969b400a70 (diff) | |
download | pkgsrc-6ef1ae5df9a9257a7ef62d1a8f43510f8e819bb3.tar.gz |
x11: Add missing qt5-qtconnectivity, unbreak bulk builds.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 02c6ac1df7b..23543139d55 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.836 2019/03/20 12:18:48 wiz Exp $ +# $NetBSD: Makefile,v 1.837 2019/03/27 16:45:51 jperkin Exp $ # COMMENT= Packages to support the X window system @@ -366,6 +366,7 @@ SUBDIR+= qt5-odbc SUBDIR+= qt5-psql SUBDIR+= qt5-qtbase SUBDIR+= qt5-qtcharts +SUBDIR+= qt5-qtconnectivity SUBDIR+= qt5-qtdeclarative SUBDIR+= qt5-qtdoc SUBDIR+= qt5-qtgraphicaleffects |