diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-14 15:15:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-14 15:15:35 +0000 |
commit | b1bd5aed6846f9ed3fb3070bf9da65ba0cd232fa (patch) | |
tree | fb400b79890ca91493f103e9aa3065e3562702d4 /x11/Makefile | |
parent | 72bca3baf31f34cd7819d92d702c2eab896cb156 (diff) | |
download | pkgsrc-b1bd5aed6846f9ed3fb3070bf9da65ba0cd232fa.tar.gz |
+ glproto
+ libXxf86misc
+ libXxf86vm
+ xf86miscproto
+ xf86vidmodeproto
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 034449933ea..ccfe6380b5a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.453 2006/11/14 13:40:24 joerg Exp $ +# $NetBSD: Makefile,v 1.454 2006/11/14 15:15:35 joerg Exp $ # COMMENT= Packages to support the X window system @@ -190,6 +190,9 @@ SUBDIR+= libXrender SUBDIR+= libXres SUBDIR+= libXt SUBDIR+= libXv +SUBDIR+= libXxf86misc +SUBDIR+= libXxf86vm +SUBDIR+= libdrm SUBDIR+= libexo SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs @@ -327,6 +330,8 @@ SUBDIR+= xearth SUBDIR+= xephem SUBDIR+= xextproto SUBDIR+= xf86bigfontproto +SUBDIR+= xf86miscproto +SUBDIR+= xf86vidmodeproto SUBDIR+= xfce3 SUBDIR+= xfce4-clipman-plugin SUBDIR+= xfce4-desktop |