diff options
author | rh <rh@pkgsrc.org> | 2002-09-29 09:07:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-29 09:07:59 +0000 |
commit | d7eaea4323bb1cd0323f2507b7960895bf6c9554 (patch) | |
tree | 29961158073283a4d303a0fcf01768fbd082fe05 /x11/Makefile | |
parent | d96d38dc612076ea374f0911495c2e4d94b3b795 (diff) | |
download | pkgsrc-d7eaea4323bb1cd0323f2507b7960895bf6c9554.tar.gz |
Add and enable gnustep-preferences
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 b3b3a7e3192..7b1ce3fd9da 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.269 2002/09/28 00:00:00 rh Exp $ +# $NetBSD: Makefile,v 1.270 2002/09/29 09:07:59 rh Exp $ # COMMENT= Packages to support the X window system @@ -40,6 +40,7 @@ SUBDIR+= gnome-users-guide SUBDIR+= gnome2-control-center SUBDIR+= gnustep-back SUBDIR+= gnustep-gui +SUBDIR+= gnustep-preferences SUBDIR+= gtk SUBDIR+= gtk+extra SUBDIR+= gtk-- |