diff options
author | rh <rh> | 2002-09-14 07:02:47 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-14 07:02:47 +0000 |
commit | 23cedf1ee15e60d497119ae55e1980d7078e8b89 (patch) | |
tree | 31bbfa22c21aa3017b0d03f7b16136c190fff30c | |
parent | e7620fbafbd8651e27fcf034085b2da62e34d3eb (diff) | |
download | pkgsrc-23cedf1ee15e60d497119ae55e1980d7078e8b89.tar.gz |
Add and enable gnome-desktop
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index c4b78d684e7..9622b1a6027 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.262 2002/09/12 04:57:20 rh Exp $ +# $NetBSD: Makefile,v 1.263 2002/09/14 07:02:47 rh Exp $ # COMMENT= Packages to support the X window system @@ -31,6 +31,7 @@ SUBDIR+= gdm SUBDIR+= gnome-- SUBDIR+= gnome-applets SUBDIR+= gnome-core +SUBDIR+= gnome-desktop SUBDIR+= gnome-gkrellm SUBDIR+= gnome-libs SUBDIR+= gnome-python |