diff options
author | skrll <skrll@pkgsrc.org> | 2003-02-04 18:06:48 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-02-04 18:06:48 +0000 |
commit | d2aff0e543c1f3f947eb38394b66503f3b781d2a (patch) | |
tree | 7cf27c52c05c87cb0f2d3c35f692c0ad08d158bf /x11/qt3-mysql | |
parent | ca8f8a5b8365ab260bc506a25fed5979a2213ed4 (diff) | |
download | pkgsrc-d2aff0e543c1f3f947eb38394b66503f3b781d2a.tar.gz |
Update qt to 3.0.7 - the final maintenance release of qt 3.0.
Lots of bugfixes including one for the ListView expansion problem.
Fix kwin in kdebase after a QT global was renamed.
Diffstat (limited to 'x11/qt3-mysql')
-rw-r--r-- | x11/qt3-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index bbd6cd47079..1223e4eade9 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/12/24 06:10:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/02/04 18:09:17 skrll Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} -PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |