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-pgsql/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-pgsql/Makefile')
-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 2b7256303e4..28c88bd66dd 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2012/03/03 00:14:20 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2012/04/09 09:12:49 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-pgsql-${QTVERSION} -PKGREVISION= 2 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include |