diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-12-15 09:42:43 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-12-15 09:42:43 +0000 |
commit | 338bf721294278ca52de7aab8c0c8456f69eb914 (patch) | |
tree | 139718728dab6dd52609370f6ca7eb9c452e92a8 /x11/qt5 | |
parent | ac555c26d7732c7d37548dfbd4638d5a8d3fee34 (diff) | |
download | pkgsrc-338bf721294278ca52de7aab8c0c8456f69eb914.tar.gz |
Update to 5.2.0
Changelog:
No changes from Qt 5.2.0rc1 is available.
* Some header files has chenged its name.
Diffstat (limited to 'x11/qt5')
-rw-r--r-- | x11/qt5/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common index be340a79d6b..6fefdabd77e 100644 --- a/x11/qt5/Makefile.common +++ b/x11/qt5/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.1 2013/12/13 14:38:34 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.2 2013/12/15 09:42:43 ryoon Exp $ # used by x11/qt5-qtbase/Makefile.common # used by inputmethod/qt5-uim/Makefile -QTDISTVER= 5.2.0-rc1 +QTDISTVER= 5.2.0 QTVERSION= ${QTDISTVER:S/-rc/rc/} .include "../../mk/bsd.prefs.mk" |