diff options
author | adam <adam> | 2011-03-03 05:50:03 +0000 |
---|---|---|
committer | adam <adam> | 2011-03-03 05:50:03 +0000 |
commit | cf86ca7c6a15635f65731ffe2920240bc83655af (patch) | |
tree | 387f15f8d5b42a6bbad64cfa0ffcff282752c037 /x11/qt4-pgsql | |
parent | 8137b96e7b9ef394b815175f790bf45454fa2873 (diff) | |
download | pkgsrc-cf86ca7c6a15635f65731ffe2920240bc83655af.tar.gz |
Changes 4.7.2:
This is a maintenance release which contains bug-fixes based on feedback and
contributions since the Qt 4.7.1 release back in November. It also marks the
official release of Qt Quick.
Qt Quick is a new feature within Qt that makes it easy to create light-weight
apps and UIs. It contains the new QML language, the Qt Declarative module, and
new tooling in Qt Creator to easily build apps.
PkgSrc: now builds with Clang.
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 0cffcf4cd4e..ac6d8fce9ee 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2011/01/13 13:40:04 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2011/03/03 05:50:05 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-pgsql-${QTVERSION} -PKGREVISION= 2 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include |