diff options
author | minskim <minskim> | 2005-03-29 14:19:32 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-03-29 14:19:32 +0000 |
commit | 98b288e14873b3b497057654cb93238e5757df5a (patch) | |
tree | 270fe033e1346fa994b7608a5972ad0fd9e267a2 | |
parent | 64a7b950dcf76418006ecfaaf85a2efac9aab837 (diff) | |
download | pkgsrc-98b288e14873b3b497057654cb93238e5757df5a.tar.gz |
Add and enable ruby-imlib2.
-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 bbe00369a53..ae2147e29d1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9672 2005/03/29 14:16:22 wiz Exp $ +$NetBSD: CHANGES,v 1.9673 2005/03/29 14:19:32 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1807,3 +1807,4 @@ Changes to the packages collection and infrastructure in 2005: Updated libggiwmh to 0.2.0nb1 [wiz 2005-03-29] Added ggiterm-0.7.0 [wiz 2005-03-29] Updated shared-mime-info to 0.16 [wiz 2005-03-29] + Added ruby-imlib2-0.5.0 [minskim 2005-03-29] diff --git a/graphics/Makefile b/graphics/Makefile index a5145a5fe4e..d427e41ed42 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.375 2005/03/25 02:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.376 2005/03/29 14:19:32 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -251,6 +251,7 @@ SUBDIR+= rayshade SUBDIR+= refocus-it SUBDIR+= resize_image SUBDIR+= ruby-gd +SUBDIR+= ruby-imlib2 SUBDIR+= ruby-opengl SUBDIR+= s10sh SUBDIR+= sane-backends |