diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-24 13:59:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-24 13:59:55 +0000 |
commit | 28d7381b958c4edd0f183b4e8f2139239d1b80f6 (patch) | |
tree | 2165a07badae8e5087904742350b882c13486e54 | |
parent | 6c40f123f744ef1383b8304678d7d86e014e16af (diff) | |
download | pkgsrc-28d7381b958c4edd0f183b4e8f2139239d1b80f6.tar.gz |
Sort.
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3c76b3c5dc0..fc024ad77a8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2002/09/23 15:41:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.267 2002/09/24 13:59:55 wiz Exp $ # COMMENT= Packages to support the X window system @@ -34,8 +34,8 @@ SUBDIR+= gnome-core SUBDIR+= gnome-desktop SUBDIR+= gnome-gkrellm SUBDIR+= gnome-libs -SUBDIR+= gnome-session SUBDIR+= gnome-python +SUBDIR+= gnome-session SUBDIR+= gnome-users-guide SUBDIR+= gnome2-control-center SUBDIR+= gtk @@ -143,8 +143,8 @@ SUBDIR+= xgas SUBDIR+= xglobe SUBDIR+= xhangglider SUBDIR+= xjman -SUBDIR+= xkeycaps SUBDIR+= xkbset +SUBDIR+= xkeycaps SUBDIR+= xless SUBDIR+= xlockmore SUBDIR+= xlogout |