diff options
author | joerg <joerg> | 2006-11-03 22:11:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-03 22:11:06 +0000 |
commit | a63fc58645150dd2386a51148cb0ba75e1314aaa (patch) | |
tree | 3be2253b486c2a269904ae0a2e9231c188a64ae6 /x11 | |
parent | 18a9afcccbd03b3782beeb3d03a21c7b0fe1088d (diff) | |
download | pkgsrc-a63fc58645150dd2386a51148cb0ba75e1314aaa.tar.gz |
The third batch of modular Xorg packages. As usual, with special
thanks to Jeremy Reed.
+ evieext
+ libXTrap
+ libXaw
+ libXdamage
+ libXevie
+ libXfixes
+ libXfont
+ libXft
+ libXinerama
+ libXmu
+ libXp
+ libXpm
+ libXrandr
+ libXrender
+ libXres
+ libXt
+ libXv
+ resoureproto
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index e7e358a1ff4..0c4d910ce2e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.447 2006/11/03 20:22:46 joerg Exp $ +# $NetBSD: Makefile,v 1.448 2006/11/03 22:11:06 joerg Exp $ # COMMENT= Packages to support the X window system @@ -33,6 +33,7 @@ SUBDIR+= ede SUBDIR+= efltk SUBDIR+= egtk SUBDIR+= eterm +SUBDIR+= evieext SUBDIR+= fast-user-switch-applet SUBDIR+= fbdesk SUBDIR+= filerunner @@ -167,10 +168,26 @@ SUBDIR+= libFS SUBDIR+= libICE SUBDIR+= libSM SUBDIR+= libX11 +SUBDIR+= libXTrap SUBDIR+= libXau +SUBDIR+= libXaw +SUBDIR+= libXdamage SUBDIR+= libXdmcp +SUBDIR+= libXevie SUBDIR+= libXext +SUBDIR+= libXfixes +SUBDIR+= libXfont +SUBDIR+= libXft SUBDIR+= libXi +SUBDIR+= libXinerama +SUBDIR+= libXmu +SUBDIR+= libXp +SUBDIR+= libXpm +SUBDIR+= libXrandr +SUBDIR+= libXrender +SUBDIR+= libXres +SUBDIR+= libXt +SUBDIR+= libXv SUBDIR+= libexo SUBDIR+= libxfce4gui SUBDIR+= libxfce4mcs @@ -241,6 +258,7 @@ SUBDIR+= randrproto SUBDIR+= ratmen SUBDIR+= recordproto SUBDIR+= renderproto +SUBDIR+= resourceproto SUBDIR+= rep-gtk SUBDIR+= rox-session SUBDIR+= rox-wallpaper |