summaryrefslogtreecommitdiff
path: root/graphics/ruby-clutter
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-09-23 19:26:11 +0000
committerjoerg <joerg@pkgsrc.org>2010-09-23 19:26:11 +0000
commit6f802dd9eec47efe30b4f6568c81b8914fcb587a (patch)
tree36252207bb81d076698bca9d2818e67eb31ecd66 /graphics/ruby-clutter
parent8150507369f474f2268ee369143b5d2649c59965 (diff)
downloadpkgsrc-6f802dd9eec47efe30b4f6568c81b8914fcb587a.tar.gz
Move RUBY_VERSION_SUPPORTED into Makefile.common, the other packages
depend on ruby-clutter-core and can't support 1.9 due to lack of dependency.
Diffstat (limited to 'graphics/ruby-clutter')
-rw-r--r--graphics/ruby-clutter/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ruby-clutter/Makefile.common b/graphics/ruby-clutter/Makefile.common
index d03ae2e6c90..f65888fff40 100644
--- a/graphics/ruby-clutter/Makefile.common
+++ b/graphics/ruby-clutter/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2010/09/10 06:44:03 taca Exp $
+# $NetBSD: Makefile.common,v 1.4 2010/09/23 19:26:11 joerg Exp $
#
# used by graphics/ruby-clutter-cairo/Makefile
# used by graphics/ruby-clutter-core/Makefile
@@ -16,6 +16,8 @@ MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/rbclutter/
LICENSE= gnu-lgpl-v2.1
+RUBY_VERSION_SUPPORTED= 18
+
VERSION= 0.8.0
.if defined(NO_BUILD) && empty(NO_BUILD:M[Nn][Oo])