diff options
author | taca <taca> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-07 17:20:24 +0000 |
commit | 4e8eaa4ef716c212d6bd2d38717017c74787ad79 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /graphics/ruby-clutter-core | |
parent | d8c86693cbc928b614ceeb88e1b9ece42af98eca (diff) | |
download | pkgsrc-4e8eaa4ef716c212d6bd2d38717017c74787ad79.tar.gz |
* Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.
No functional change.
Diffstat (limited to 'graphics/ruby-clutter-core')
-rw-r--r-- | graphics/ruby-clutter-core/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ruby-clutter-core/Makefile b/graphics/ruby-clutter-core/Makefile index 719e52de391..3faa8c77c9b 100644 --- a/graphics/ruby-clutter-core/Makefile +++ b/graphics/ruby-clutter-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/06/13 22:44:43 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/07 17:20:26 taca Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-clutter-core-${VERSION} @@ -12,6 +12,8 @@ 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" |