diff options
author | skrll <skrll@pkgsrc.org> | 2003-12-19 15:43:31 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-12-19 15:43:31 +0000 |
commit | ad3f9a41d80aaf4457caf06effc3791db6e82de4 (patch) | |
tree | b5b4f85bb2bfae69387c34e4b899f04abebe6034 /x11/qt3 | |
parent | 320392b8054602ea36a723ba7832c6d4760d4d18 (diff) | |
download | pkgsrc-ad3f9a41d80aaf4457caf06effc3791db6e82de4.tar.gz |
Update QT3 to 3.2.3.
Far too many new features and bug fixes to list here. Includes a fix for
Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd
dot org>. Thanks.
"Better late than never"
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 9 | ||||
-rw-r--r-- | x11/qt3/Makefile.common | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 556c082746c..b56715ceb45 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2003/12/01 11:51:34 tron Exp $ +# $NetBSD: Makefile,v 1.21 2003/12/19 15:43:31 skrll Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,9 +9,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb3:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb3:../../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_X11= yes diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index fc53e67f09d..6e5f8bb1793 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.10 2003/07/17 22:56:42 grant Exp $ +# $NetBSD: Makefile.common,v 1.11 2003/12/19 15:43:31 skrll Exp $ # -QTVERSION= 3.1.2 +QTVERSION= 3.2.3 MAINTAINER= skrll@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt.html |