diff options
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" |