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 | |
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')
-rw-r--r-- | x11/qt3/Makefile | 10 | ||||
-rw-r--r-- | x11/qt3/Makefile.common | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 14617edce41..e9b5164efce 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2003/01/08 10:45:55 tron Exp $ +# $NetBSD: Makefile,v 1.14 2003/02/04 18:06:49 skrll Exp $ -DISTNAME= qt3-${QTVERSION}nb2 +DISTNAME= qt3-${QTVERSION} CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -9,9 +9,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_BUILDLINK2= yes USE_X11BASE= yes 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 |