diff options
author | adam <adam@pkgsrc.org> | 2012-04-09 09:12:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-04-09 09:12:49 +0000 |
commit | ecaa81750f9a64338b9637c81dfb70909b87b905 (patch) | |
tree | 8453a60a4785aafe2b612905c62eb2d49d95e83d /x11/qt4-docs/Makefile | |
parent | f798a726bdbb36989e38dc5e3e9108b304c8a055 (diff) | |
download | pkgsrc-ecaa81750f9a64338b9637c81dfb70909b87b905.tar.gz |
Changes 4.8.1:
Qt 4.8.1 is the first patch release to the 4.8 series with over 200 functional
improvements to the desktop and embedded platforms. The majority of the error
corrections, made primarily by Digia, have been on desktop and embedded
platforms with a large number of fixes with focus on QtCore, QtGUI and
QtNetwork. These fixes benefit all desktop platforms. Qt 4.8.1 also includes
Mac App Store support.
Diffstat (limited to 'x11/qt4-docs/Makefile')
-rw-r--r-- | x11/qt4-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-docs/Makefile b/x11/qt4-docs/Makefile index bc9c0a4e749..50f01f25769 100644 --- a/x11/qt4-docs/Makefile +++ b/x11/qt4-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2012/03/03 00:14:19 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/04/09 09:12:49 adam Exp $ PKGNAME= qt4-docs-${QTVERSION} -PKGREVISION= 2 COMMENT= Documentation for the QT C++ X GUI toolkit .include "../../x11/qt4-libs/Makefile.common" |