summaryrefslogtreecommitdiff
path: root/graphics/ruby-clutter
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-09-21 15:26:46 +0000
committertaca <taca@pkgsrc.org>2011-09-21 15:26:46 +0000
commit5d26d064ccb9dced90046bb38aa4ec90330176b4 (patch)
tree16bc1906230ab4c76dfbc951017363f3e8056a0e /graphics/ruby-clutter
parent1d4cf4de9d9c96b4abae00f39b168d8dc1d15e41 (diff)
downloadpkgsrc-5d26d064ccb9dced90046bb38aa4ec90330176b4.tar.gz
Move RUBY_VERSION_SUPPORTED=18 restriction to each Makefile from
graphics/ruby-clutter/Makefile.common, making it really work. A short discussion with joerg@. Thanks Joerg.
Diffstat (limited to 'graphics/ruby-clutter')
-rw-r--r--graphics/ruby-clutter/Makefile4
-rw-r--r--graphics/ruby-clutter/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ruby-clutter/Makefile b/graphics/ruby-clutter/Makefile
index 4d6bfdf67b5..4eee879f630 100644
--- a/graphics/ruby-clutter/Makefile
+++ b/graphics/ruby-clutter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/16 12:22:38 obache Exp $
+# $NetBSD: Makefile,v 1.2 2011/09/21 15:26:46 taca Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-clutter-${VERSION}
@@ -7,6 +7,8 @@ CATEGORIES= meta-pkgs
META_PACKAGE= yes
+RUBY_VERSION_SUPPORTED= 18
+
DEPENDS+= ${RUBY_PKGPREFIX}-clutter-core>=${VERSION}:../../graphics/ruby-clutter-core
DEPENDS+= ${RUBY_PKGPREFIX}-clutter-cairo>=${VERSION}:../../graphics/ruby-clutter-cairo
DEPENDS+= ${RUBY_PKGPREFIX}-clutter-gtk>=${VERSION}:../../graphics/ruby-clutter-gtk
diff --git a/graphics/ruby-clutter/Makefile.common b/graphics/ruby-clutter/Makefile.common
index f65888fff40..f6979d26512 100644
--- a/graphics/ruby-clutter/Makefile.common
+++ b/graphics/ruby-clutter/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2010/09/23 19:26:11 joerg Exp $
+# $NetBSD: Makefile.common,v 1.5 2011/09/21 15:26:46 taca Exp $
#
# used by graphics/ruby-clutter-cairo/Makefile
# used by graphics/ruby-clutter-core/Makefile
@@ -16,8 +16,6 @@ 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])