diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/xf86-video-fbdev/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index a74973959f5..0551cc1e015 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.692 2013/06/03 00:23:48 rodent Exp $ +# $NetBSD: Makefile,v 1.693 2013/06/03 00:49:22 rodent Exp $ # COMMENT= Packages to support the X window system @@ -504,6 +504,7 @@ SUBDIR+= xf86-video-ati SUBDIR+= xf86-video-chips SUBDIR+= xf86-video-cirrus SUBDIR+= xf86-video-cyrix +SUBDIR+= xf86-video-fbdev SUBDIR+= xf86-video-glint SUBDIR+= xf86-video-i128 SUBDIR+= xf86-video-i740 diff --git a/x11/xf86-video-fbdev/Makefile b/x11/xf86-video-fbdev/Makefile index 0a3519ec9be..6d2aff3417c 100644 --- a/x11/xf86-video-fbdev/Makefile +++ b/x11/xf86-video-fbdev/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/06/03 00:48:23 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/03 00:49:22 rodent Exp $ DISTNAME= xf86-video-fbdev-0.4.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Video driver for framebuffer device LICENSE= x11 |