diff options
author | rh <rh@pkgsrc.org> | 2002-09-27 15:25:27 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-27 15:25:27 +0000 |
commit | 5cf7a1d82336bc233725c21c1babdb661f6ee38e (patch) | |
tree | 104629009d0cce7964bf758a4c803f0cb647bf02 /x11/Makefile | |
parent | 2f5ac60308b4f29217b736251bc1b8bfa80d5397 (diff) | |
download | pkgsrc-5cf7a1d82336bc233725c21c1babdb661f6ee38e.tar.gz |
Add and enable gnustep-gui
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index fc024ad77a8..e7a8c9f7753 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2002/09/24 13:59:55 wiz Exp $ +# $NetBSD: Makefile,v 1.268 2002/09/27 15:25:27 rh Exp $ # COMMENT= Packages to support the X window system @@ -38,6 +38,7 @@ SUBDIR+= gnome-python SUBDIR+= gnome-session SUBDIR+= gnome-users-guide SUBDIR+= gnome2-control-center +SUBDIR+= gnustep-gui SUBDIR+= gtk SUBDIR+= gtk+extra SUBDIR+= gtk-- |