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/Makefile.common | |
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/Makefile.common')
-rw-r--r-- | x11/qt3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index 8c40289b6cd..4207d5e1c6f 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.6 2002/10/28 08:46:45 skrll Exp $ +# $NetBSD: Makefile.common,v 1.7 2003/02/04 18:06:49 skrll Exp $ # -QTVERSION= 3.0.6 +QTVERSION= 3.0.7 MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.trolltech.com/products/qt.html |