diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 09:40:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 09:40:15 +0000 |
commit | 35e229318e11ae520a5e94aa97ab0d1ebe5deeab (patch) | |
tree | dfb09f73a22f8b4fd7b61413c06816b7c04b172c | |
parent | a2f471f4e6b86193c470107ce5605a6ebba064c9 (diff) | |
download | pkgsrc-35e229318e11ae520a5e94aa97ab0d1ebe5deeab.tar.gz |
qt5: depend on qt5-qtspeech
-rw-r--r-- | x11/qt5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index 21d69bfaffa..df4b6409735 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/03/26 11:14:16 adam Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 09:40:15 adam Exp $ DISTNAME= qt5-${QTVERSION} @@ -23,6 +23,7 @@ DEPENDS+= qt5-qtquickcontrols2-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcont DEPENDS+= qt5-qtscript-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtscript DEPENDS+= qt5-qtsensors-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsensors DEPENDS+= qt5-qtserialport-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtserialport +DEPENDS+= qt5-qtspeech-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtspeech DEPENDS+= qt5-qtsvg-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsvg DEPENDS+= qt5-qttools-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qttools DEPENDS+= qt5-qttranslations-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qttranslations |