summaryrefslogtreecommitdiff
path: root/x11/ruby-gnome2-gtksourceview3
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-19 13:40:29 +0000
committerobache <obache@pkgsrc.org>2013-06-19 13:40:29 +0000
commit0e857f9d8354e6ae5b463ad1d6b4350480c2809e (patch)
treeff8478814bac85a41afca3fb3836ba57bec7a17c /x11/ruby-gnome2-gtksourceview3
parentfbf6769d8a460da55c7f067fe3eb5ac4e42a7c76 (diff)
downloadpkgsrc-0e857f9d8354e6ae5b463ad1d6b4350480c2809e.tar.gz
say good-by to Ruby-1.8.
Diffstat (limited to 'x11/ruby-gnome2-gtksourceview3')
-rw-r--r--x11/ruby-gnome2-gtksourceview3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/ruby-gnome2-gtksourceview3/Makefile b/x11/ruby-gnome2-gtksourceview3/Makefile
index 1097aa60ecc..900f078186f 100644
--- a/x11/ruby-gnome2-gtksourceview3/Makefile
+++ b/x11/ruby-gnome2-gtksourceview3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/06/15 09:39:34 obache Exp $
+# $NetBSD: Makefile,v 1.8 2013/06/19 13:40:30 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview3-${VERSION}
@@ -7,6 +7,8 @@ CATEGORIES= x11
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview3-[0-9]*
+RUBY_VERSION_SUPPORTED= 193
+
RUBY_EXTCONF_SUBDIRS= gtksourceview3
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3