diff options
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 0dc37c76a9a..e2811e03734 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.760 2007/04/09 14:30:10 xtraeme Exp $ +$NetBSD: CHANGES-2007,v 1.761 2007/04/09 14:59:49 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1457,3 +1457,4 @@ Changes to the packages collection and infrastructure in 2007: Updated security/py-prewikka to 0.9.10 [shannonjr 2007-04-09] Added x11/xf86-video-tdfx version 1.3.0 [xtraeme 2007-04-09] Updated meta-pkgs/modular-xorg-drivers to 1.1 [xtraeme 2007-04-09] + Added x11/xf86-video-nvxbox version 20070409 [xtraeme 2007-04-09] diff --git a/x11/Makefile b/x11/Makefile index 7c84881dd63..ba4834411da 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.489 2007/04/09 14:28:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.490 2007/04/09 14:59:49 xtraeme Exp $ # COMMENT= Packages to support the X window system @@ -370,6 +370,7 @@ SUBDIR+= xf86-video-mga SUBDIR+= xf86-video-neomagic SUBDIR+= xf86-video-nsc SUBDIR+= xf86-video-nv +SUBDIR+= xf86-video-nvxbox SUBDIR+= xf86-video-rendition SUBDIR+= xf86-video-s3 SUBDIR+= xf86-video-s3virge |