diff options
author | obache <obache@pkgsrc.org> | 2013-06-19 13:40:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-19 13:40:29 +0000 |
commit | 0e857f9d8354e6ae5b463ad1d6b4350480c2809e (patch) | |
tree | ff8478814bac85a41afca3fb3836ba57bec7a17c /graphics/ruby-gnome2-gdkpixbuf/Makefile | |
parent | fbf6769d8a460da55c7f067fe3eb5ac4e42a7c76 (diff) | |
download | pkgsrc-0e857f9d8354e6ae5b463ad1d6b4350480c2809e.tar.gz |
say good-by to Ruby-1.8.
Diffstat (limited to 'graphics/ruby-gnome2-gdkpixbuf/Makefile')
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile index d8ee23792c0..c1097b25307 100644 --- a/graphics/ruby-gnome2-gdkpixbuf/Makefile +++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2013/03/16 12:25:48 obache Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/19 13:40:29 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION} @@ -8,6 +8,8 @@ CATEGORIES= graphics devel CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-gdkpixbuf-[0-9]* +RUBY_VERSION_SUPPORTED= 193 + RUBY_EXTCONF_SUBDIRS= gdk_pixbuf2 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib |