diff options
-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 9f3287b1957..046d36aeff8 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1924 2009/05/19 06:46:00 sno Exp $ +$NetBSD: CHANGES-2009,v 1.1925 2009/05/19 06:49:29 hasso Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2587,3 +2587,4 @@ Changes to the packages collection and infrastructure in 2009: Updated lang/openjdk7-bin to 20090502 [abs 2009-05-18] Updated audio/cdparanoia to 3.0.9.8nb8 [dholland 2009-05-19] Updated www/p5-Catalyst-Plugin-Session-Store-FastMmap to 0.10 [sno 2009-05-19] + Added x11/dri2proto version 2.0 [hasso 2009-05-19] diff --git a/x11/Makefile b/x11/Makefile index 1542c8687d7..c3a8d4ee652 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.587 2009/04/24 16:54:32 sborrill Exp $ +# $NetBSD: Makefile,v 1.588 2009/05/19 06:49:29 hasso Exp $ # COMMENT= Packages to support the X window system @@ -32,6 +32,7 @@ SUBDIR+= devilspie SUBDIR+= dfm SUBDIR+= dmenu SUBDIR+= docker +SUBDIR+= dri2proto SUBDIR+= driconf SUBDIR+= dtx11session SUBDIR+= dxpc |