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-mysql | |
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-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 78900d00118..52580ee9f03 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/08/01 15:31:09 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/19 15:43:31 skrll Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} -PKGREVISION= 2 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |