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 ce7669c37d5..f12c6f1029d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12410 2006/01/08 03:38:21 minskim Exp $ +$NetBSD: CHANGES,v 1.12411 2006/01/08 03:50:28 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -162,3 +162,4 @@ Changes to the packages collection and infrastructure in 2006: Added graphics/ruby-gnome2-gdkpixbuf version 0.14.1 [minskim 2006-01-08] Added devel/ruby-gnome2-pango version 0.14.1 [minskim 2006-01-08] Added graphics/ruby-gnome2-libart version 0.14.1 [minskim 2006-01-08] + Added x11/ruby-gnome2-gtk version 0.14.1 [minskim 2006-01-08] diff --git a/x11/Makefile b/x11/Makefile index 794858f6f27..defe0432746 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.422 2006/01/03 14:42:13 taca Exp $ +# $NetBSD: Makefile,v 1.423 2006/01/08 03:50:28 minskim Exp $ # COMMENT= Packages to support the X window system @@ -217,6 +217,7 @@ SUBDIR+= qwt SUBDIR+= randrext SUBDIR+= renderext SUBDIR+= rep-gtk +SUBDIR+= ruby-gnome2-gtk SUBDIR+= ruby-gtk SUBDIR+= ruby-tk SUBDIR+= rxvt |