diff options
author | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
commit | 72147b96ab06e2b9ba055685a62e6ba84b3003e1 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /x11 | |
parent | 1a4b88380de4a9bad30df320617f55bf20775fa5 (diff) | |
download | pkgsrc-72147b96ab06e2b9ba055685a62e6ba84b3003e1.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 'x11')
-rw-r--r-- | x11/ruby-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile index 47801d28319..ecfb8a55a24 100644 --- a/x11/ruby-gtk/Makefile +++ b/x11/ruby-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2010/06/13 22:45:53 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2010/09/07 17:20:27 taca Exp $ DISTNAME= ruby-gtk-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gtk-${VERSION} @@ -10,6 +10,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://ruby-gnome.sourceforge.net/ COMMENT= Ruby interface to Gtk+ toolkits +RUBY_VERSION_SUPPORTED= 18 VERSION= 0.34 RUBY_HAS_ARCHLIB= yes USE_RUBY_EXTCONF= yes |