diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6aa8c8135dc..78deb8bdf90 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8485 2004/12/28 03:17:48 minskim Exp $ +$NetBSD: CHANGES,v 1.8486 2004/12/28 03:29:55 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6603,3 +6603,4 @@ Changes to the packages collection and infrastructure in 2004: Added py-urwid-0.8.4 [minskim 2004-12-27] Added xenvstat-20041127 [xtraeme 2004-12-27] Added pkg_notify-0.3 [xtraeme 2004-12-27] + Added gtk2-chtheme-0.3.1 [minskim 2004-12-28] diff --git a/x11/Makefile b/x11/Makefile index 81a86113707..cb2147d82aa 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.377 2004/12/25 20:04:42 wiz Exp $ +# $NetBSD: Makefile,v 1.378 2004/12/28 03:29:55 minskim Exp $ # COMMENT= Packages to support the X window system @@ -69,6 +69,7 @@ SUBDIR+= gtk-- SUBDIR+= gtk-engines SUBDIR+= gtk-thinice-engine SUBDIR+= gtk2 +SUBDIR+= gtk2-chtheme SUBDIR+= gtk2-engines SUBDIR+= gtk2-engines-bluecurve SUBDIR+= gtk2-theme-switch |