diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-30 16:23:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-30 16:23:22 +0000 |
commit | d45911fc09d13274160fe4a2f505dddd9e0dbd46 (patch) | |
tree | f683cb92278b57bde6c3135e84143ad5d7f975ca | |
parent | f49fe76d0402b91c15af900d3969d2fc8bbe850c (diff) | |
download | pkgsrc-d45911fc09d13274160fe4a2f505dddd9e0dbd46.tar.gz |
Note addition of graphics/ruby-mini-magick.
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 7eee6ecfceb..d477c48cc4a 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.967 2008/04/30 10:06:45 cube Exp $ +$NetBSD: CHANGES-2008,v 1.968 2008/04/30 16:23:22 jlam Exp $ Changes to the packages collection and infrastructure in 2008: @@ -1719,3 +1719,4 @@ Changes to the packages collection and infrastructure in 2008: Updated graphics/glut to 7.0.3.2 [bjs 2008-04-30] Updated graphics/glx-utils to 7.0.3.2 [bjs 2008-04-30] Updated devel/p5-Module-Versions-Report to 1.03 [cube 2008-04-30] + Added graphics/ruby-mini-magick version 1.2.3 [jlam 2008-04-30] diff --git a/graphics/Makefile b/graphics/Makefile index e4a6b6e484d..a9373ed7eda 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.481 2008/04/27 06:41:59 wiz Exp $ +# $NetBSD: Makefile,v 1.482 2008/04/30 16:23:22 jlam Exp $ # COMMENT= Graphics tools and libraries @@ -296,6 +296,7 @@ SUBDIR+= ruby-gnome2-libart SUBDIR+= ruby-gnome2-rsvg SUBDIR+= ruby-gnuplot SUBDIR+= ruby-imlib2 +SUBDIR+= ruby-mini-magick SUBDIR+= ruby-opengl SUBDIR+= ruby-rcairo SUBDIR+= s10sh |