diff options
author | adam <adam@pkgsrc.org> | 2017-12-04 08:40:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-04 08:40:48 +0000 |
commit | 9ebb7469ce9e042564a5d94dda01d79be5545faa (patch) | |
tree | 2d6adf51f40d67f55e41a1e809af793c66ecb244 /x11 | |
parent | 4de32b8aaf2ca59c1c4d4b9dd6ff33cc9d26bc8a (diff) | |
download | pkgsrc-9ebb7469ce9e042564a5d94dda01d79be5545faa.tar.gz |
Fixed typo
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index f1eb0b790f5..0a51930b8b6 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/03/02 23:03:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2017/12/04 08:40:48 adam Exp $ DISTNAME= qt5-${QTVERSION} PKGREVISION= 1 @@ -31,7 +31,7 @@ DEPENDS+= qt5-qttools-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qttools DEPENDS+= qt5-qttranslations-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qttranslations DEPENDS+= qt5-qtwebchannel-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebchannel DEPENDS+= qt5-qtwebkit-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebkit -DEPENDS+= qt5-websockets-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebsockets +DEPENDS+= qt5-qtwebsockets-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebsockets DEPENDS+= qt5-qtxmlpatterns-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtxmlpatterns DEPENDS+= qt5-sqlite3-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-sqlite3 .if ${OPSYS} == "Darwin" |