diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c6cbd5d14e6..242aa4ed527 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9772 2005/04/06 14:15:29 xtraeme Exp $ +$NetBSD: CHANGES,v 1.9773 2005/04/06 14:56:50 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1921,3 +1921,4 @@ Changes to the packages collection and infrastructure in 2005: Updated clearsilver to 0.9.14 [epg 2005-04-06] Updated mysql4-client to 4.1.11 [xtraeme 2005-04-06] Updated mysql4-server to 4.1.11 [xtraeme 2005-04-06] + Added ruby-RMagick-1.7.4 [minskim 2005-04-06] diff --git a/graphics/Makefile b/graphics/Makefile index d427e41ed42..4174f0e765c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.376 2005/03/29 14:19:32 minskim Exp $ +# $NetBSD: Makefile,v 1.377 2005/04/06 14:56:50 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -250,6 +250,7 @@ SUBDIR+= radiance SUBDIR+= rayshade SUBDIR+= refocus-it SUBDIR+= resize_image +SUBDIR+= ruby-RMagick SUBDIR+= ruby-gd SUBDIR+= ruby-imlib2 SUBDIR+= ruby-opengl |