diff options
author | taca <taca@pkgsrc.org> | 2012-03-28 15:22:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-28 15:22:03 +0000 |
commit | fde45760d3103a588dfee4a68b5534917f9e57c6 (patch) | |
tree | 5fbfd734acd267bb9bd3283f843d167e7621c81e /x11 | |
parent | e2ea93a91082e60659c0507c37a8ed8696835768 (diff) | |
download | pkgsrc-fde45760d3103a588dfee4a68b5534917f9e57c6.tar.gz |
Since this package was created old days before Ruby 1.9, restrict this
pacakge to Ruby 1.8.7.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebindings-ruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebindings-ruby/Makefile b/x11/kdebindings-ruby/Makefile index e3b5c928236..5d68c564bdc 100644 --- a/x11/kdebindings-ruby/Makefile +++ b/x11/kdebindings-ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/03/22 15:33:43 obache Exp $ +# $NetBSD: Makefile,v 1.28 2012/03/28 15:22:03 taca Exp $ DISTNAME= kdebindings-${_KDE_VERSION} PKGNAME= kdebindings-ruby-${_KDE_VERSION} @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-pythondir CONFIGURE_ENV+= DO_NOT_COMPILE="dcopperl python kjsembed qtsharp" +RUBY_VERSION_SUPPORTED= 18 REPLACE_RUBY+= \ qtruby/bin/rbqtapi \ qtruby/bin/rbqtsh |