diff options
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 3605b7b83e6..5da21528edd 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.167 2006/05/07 18:25:00 recht Exp $ +$NetBSD: CHANGES-2006,v 1.168 2006/05/07 21:43:17 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2419,3 +2419,4 @@ Changes to the packages collection and infrastructure in 2006: Updated textproc/hyperestraier to 1.2.4 [wiz 2006-05-07] Updated mail/cyrus-imapd to 2.2.12nb5 [recht 2006-05-07] Updated mail/gmime to 2.1.19 [recht 2006-05-07] + Added graphics/ruby-gnuplot version 2.2 [minskim 2006-05-07] diff --git a/graphics/Makefile b/graphics/Makefile index 039eb65de33..8bc7c94417c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.418 2006/04/28 16:17:18 drochner Exp $ +# $NetBSD: Makefile,v 1.419 2006/05/07 21:43:17 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -263,6 +263,7 @@ SUBDIR+= ruby-gd SUBDIR+= ruby-gnome2-gdkpixbuf SUBDIR+= ruby-gnome2-gnomecanvas SUBDIR+= ruby-gnome2-libart +SUBDIR+= ruby-gnuplot SUBDIR+= ruby-imlib2 SUBDIR+= ruby-opengl SUBDIR+= s10sh |