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 | 07f627628c2f18916300423f4a0222689545b892 (patch) | |
tree | b5b4f85bb2bfae69387c34e4b899f04abebe6034 /x11/qt3-psql | |
parent | 374b2b7759faab2a6a5825314f876924c06d34d0 (diff) | |
download | pkgsrc-07f627628c2f18916300423f4a0222689545b892.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-psql')
-rw-r--r-- | x11/qt3-psql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile index 378364f231f..5763e430721 100644 --- a/x11/qt3-psql/Makefile +++ b/x11/qt3-psql/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/08/01 15:31:09 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/19 15:43:31 skrll Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-psql-${QTVERSION} -PKGREVISION= 2 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |