diff options
author | minskim <minskim@pkgsrc.org> | 2007-01-29 06:42:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-01-29 06:42:33 +0000 |
commit | c334d954be2ae123b58d2b3314dd1e981129d38c (patch) | |
tree | dc3422136f696d9c8dc8fc8c5491d66a8ffc237f /graphics/ruby-gnome2-gnomecanvas | |
parent | 422525a90bb81e187bb18e6c1b9367b15c4224b8 (diff) | |
download | pkgsrc-c334d954be2ae123b58d2b3314dd1e981129d38c.tar.gz |
Update ruby-gnome2* to 0.16.0.
Changes:
* Fixed serious bugs (depends on GC)
* Support GTK+-2.10 and the latest version of each libraries.
* Don't include Ruby/GStreamer and Ruby/Libgda. We cancel to
support Ruby/GStreamer and Ruby/Libgda.
* Cancel to support ruby-1.6.x and GTK+-2.4 or earlier.
Diffstat (limited to 'graphics/ruby-gnome2-gnomecanvas')
-rw-r--r-- | graphics/ruby-gnome2-gnomecanvas/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/ruby-gnome2-gnomecanvas/Makefile b/graphics/ruby-gnome2-gnomecanvas/Makefile index 528b4c6e7bf..f40ebc182d3 100644 --- a/graphics/ruby-gnome2-gnomecanvas/Makefile +++ b/graphics/ruby-gnome2-gnomecanvas/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2006/07/25 16:49:05 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2007/01/29 06:42:34 minskim Exp $ # -PKGNAME= ruby-gnome2-gnomecanvas-${VERSION} +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas-${VERSION} COMMENT= Ruby binding of GnomeCanvas-2.x CATEGORIES= graphics gnome +CONFLICTS+= ruby-gnome2-gnomecanvas-[0-9]* + RUBY_EXTCONF_SUBDIRS= gnomecanvas -DEPENDS+= ruby-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart -DEPENDS+= ruby-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk USE_TOOLS+= pkg-config |