diff options
author | adam <adam> | 2010-07-04 06:00:13 +0000 |
---|---|---|
committer | adam <adam> | 2010-07-04 06:00:13 +0000 |
commit | de7a6021457b00e92059ca6dc3748484e5889de0 (patch) | |
tree | 1755b632946af674a0894f3fe2beb2636f336716 /x11/qt4-pgsql | |
parent | 816fcc3a5ed0f8de8c0183ff6f03a27e2d2cae5d (diff) | |
download | pkgsrc-de7a6021457b00e92059ca6dc3748484e5889de0.tar.gz |
Changes 4.6.3:
* Added Spectrum analyzer demo application.
* Added exit softkey to Wiggly example.
* Added close button to Anomaly demo.
* Fixed Anomaly demo controlstrip icon placement for very small screens.
* Ensure history configuration is cleared when a state machine is restarted.
For more read: http://qt.nokia.com/developer/changes/changes-4.6.3
Diffstat (limited to 'x11/qt4-pgsql')
-rw-r--r-- | x11/qt4-pgsql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile index 680be049a1a..14061fccd52 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/06/13 22:45:51 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/07/04 06:00:14 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" -PKGREVISION= 1 PKGNAME= qt4-pgsql-${QTVERSION} COMMENT= QT postgresql driver |