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 | 4616c70fce077e27124c802ca3f151e37aec0772 (patch) | |
tree | fb400b79890ca91493f103e9aa3065e3562702d4 /x11 | |
parent | 2b687f9e83a74c0a836a4a764571acd8cdfefdce (diff) | |
download | pkgsrc-4616c70fce077e27124c802ca3f151e37aec0772.tar.gz |
+ glproto
+ libXxf86misc
+ libXxf86vm
+ xf86miscproto
+ xf86vidmodeproto
Diffstat (limited to 'x11')
-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 |