diff options
author | joerg <joerg@pkgsrc.org> | 2010-09-23 19:26:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-09-23 19:26:11 +0000 |
commit | 6f802dd9eec47efe30b4f6568c81b8914fcb587a (patch) | |
tree | 36252207bb81d076698bca9d2818e67eb31ecd66 /graphics/ruby-clutter-core | |
parent | 8150507369f474f2268ee369143b5d2649c59965 (diff) | |
download | pkgsrc-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-core')
-rw-r--r-- | graphics/ruby-clutter-core/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/ruby-clutter-core/Makefile b/graphics/ruby-clutter-core/Makefile index ef911010d97..613109784a4 100644 --- a/graphics/ruby-clutter-core/Makefile +++ b/graphics/ruby-clutter-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/09/14 11:02:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/23 19:26:11 joerg Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-clutter-core-${VERSION} @@ -12,8 +12,6 @@ RUBY_EXTCONF_SUBDIRS= clutter USE_TOOLS+= pkg-config -RUBY_VERSION_SUPPORTED= 18 - .include "../../devel/ruby-gnome2-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/clutter08/buildlink3.mk" |