diff options
author | markd <markd@pkgsrc.org> | 2009-04-15 20:40:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-04-15 20:40:54 +0000 |
commit | e0e18c4dbb252733e93d4a7f55113192b42dc6c0 (patch) | |
tree | 4b1fb541e65d6be8487b739177f763f9c27289f3 | |
parent | 069b2c422ef61ce0ed14bb03b00da9fbdac15a71 (diff) | |
download | pkgsrc-e0e18c4dbb252733e93d4a7f55113192b42dc6c0.tar.gz |
Add qt4-mysql
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 521391258eb..df1f51538f2 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1399 2009/04/15 19:36:00 snj Exp $ +$NetBSD: CHANGES-2009,v 1.1400 2009/04/15 20:43:22 markd Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1924,3 +1924,4 @@ Changes to the packages collection and infrastructure in 2009: Updated print/teTeX3-texmf to 3.0nb13 [minskim 2009-04-15] Updated print/teTeX3-bin to 3.0nb32 [minskim 2009-04-15] Updated www/webkit-gtk to 1.1.5 [snj 2009-04-15] + Added x11/qt4-mysql version 4.4.3 [markd 2009-04-15] diff --git a/x11/Makefile b/x11/Makefile index b9a652598fe..085c383e28e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.584 2009/04/15 16:26:41 drochner Exp $ +# $NetBSD: Makefile,v 1.585 2009/04/15 20:40:54 markd Exp $ # COMMENT= Packages to support the X window system @@ -283,6 +283,7 @@ SUBDIR+= qt3-tools SUBDIR+= qt4 SUBDIR+= qt4-docs SUBDIR+= qt4-libs +SUBDIR+= qt4-mysql SUBDIR+= qt4-pgsql SUBDIR+= qt4-qdbus SUBDIR+= qt4-sqlite3 |