diff options
author | adam <adam@pkgsrc.org> | 2018-06-19 07:21:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-06-19 07:21:23 +0000 |
commit | f9a1a86bd4caf427c2c4b4aef2528b5a37f0805b (patch) | |
tree | 44489e059415230605ad9cdf0dcf5cfc3abf2d7a /x11/qt5-qtbase/Makefile | |
parent | 0e46b3b159d6a3abe0618e7ae7c0ebdcb6e49371 (diff) | |
download | pkgsrc-f9a1a86bd4caf427c2c4b4aef2528b5a37f0805b.tar.gz |
qt5: updated to 5.11.0
Qt 5.11 comes with quite a few new features as well as many bug fixes to existing functionality.
Diffstat (limited to 'x11/qt5-qtbase/Makefile')
-rw-r--r-- | x11/qt5-qtbase/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index 4b6e59cb9fb..f20716e7d01 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2018/06/05 06:06:54 dbj Exp $ +# $NetBSD: Makefile,v 1.61 2018/06/19 07:21:23 adam Exp $ DISTNAME= qtbase-everywhere-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 7 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/Makefile.common" |