diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f4f2758d506..d9b1608a439 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.706 2006/01/08 03:12:38 minskim Exp $ +# $NetBSD: Makefile,v 1.707 2006/01/08 03:28:33 minskim Exp $ # COMMENT= Development utilities @@ -571,6 +571,7 @@ SUBDIR+= ruby-byaccr SUBDIR+= ruby-curses SUBDIR+= ruby-gnome2-atk SUBDIR+= ruby-gnome2-glib +SUBDIR+= ruby-gnome2-pango SUBDIR+= ruby-mode SUBDIR+= ruby-racc SUBDIR+= ruby-rd-mode diff --git a/doc/CHANGES b/doc/CHANGES index 9d7a2c4350c..6c7e1fcd48f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12408 2006/01/08 03:21:27 minskim Exp $ +$NetBSD: CHANGES,v 1.12409 2006/01/08 03:28:32 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -160,3 +160,4 @@ Changes to the packages collection and infrastructure in 2006: Added devel/ruby-gnome2-glib version 0.14.1 [minskim 2006-01-08] Added devel/ruby-gnome2-atk version 0.14.1 [minskim 2006-01-08] 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] |