summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnome2-gdkpixbuf
diff options
context:
space:
mode:
authorminskim <minskim>2007-01-29 06:42:33 +0000
committerminskim <minskim>2007-01-29 06:42:33 +0000
commit9edffda52bb11f219fa4200e058ccca18ed365f6 (patch)
treedc3422136f696d9c8dc8fc8c5491d66a8ffc237f /graphics/ruby-gnome2-gdkpixbuf
parent0f11da4ae360c0b8f8a86f5c559beebff8bef871 (diff)
downloadpkgsrc-9edffda52bb11f219fa4200e058ccca18ed365f6.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-gdkpixbuf')
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index 7d9dfc35c54..10957a83597 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2006/07/25 16:49:05 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/29 06:42:34 minskim Exp $
#
-PKGNAME= ruby-gnome2-gdkpixbuf-${VERSION}
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
COMMENT= Ruby binding of GdkPixbuf-2.x
CATEGORIES= graphics devel
+CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
+
RUBY_EXTCONF_SUBDIRS= gdkpixbuf
-DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
USE_TOOLS+= pkg-config
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"