diff options
author | taca <taca@pkgsrc.org> | 2015-03-08 14:10:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-08 14:10:21 +0000 |
commit | a5f716d017b66b9e6409ab07668e07b136cc2123 (patch) | |
tree | ab875859124dac9d885376b6fc90d7f0bf26d5a1 /textproc | |
parent | 4db8107ace8fd78cc693877f7b566747a09065d3 (diff) | |
download | pkgsrc-a5f716d017b66b9e6409ab07668e07b136cc2123.tar.gz |
Explicitly allow build with Ruby 1.8.7.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-diff-lcs/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-sary/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile index 8fd040cb7a6..10157d1d2d9 100644 --- a/textproc/ruby-diff-lcs/Makefile +++ b/textproc/ruby-diff-lcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/03/14 18:08:39 taca Exp $ +# $NetBSD: Makefile,v 1.8 2015/03/08 14:10:22 taca Exp $ DISTNAME= diff-lcs-1.2.5 CATEGORIES= textproc @@ -8,5 +8,7 @@ HOMEPAGE= http://rubyforge.org/projects/ruwiki/ COMMENT= Diff library for Ruby LICENSE= gnu-gpl-v2 OR artistic OR ruby-license +RUBY_VERSION_SUPPORTED= 200 193 18 21 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile index 7f5c1b9fd23..1806e11595e 100644 --- a/textproc/ruby-sary/Makefile +++ b/textproc/ruby-sary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/25 06:56:58 asau Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/08 14:10:22 taca Exp $ # DISTNAME= sary-ruby-1.2.0 @@ -12,6 +12,8 @@ HOMEPAGE= http://sary.sourceforge.net/ COMMENT= Ruby Binding of Sary LICENSE= gnu-lgpl-v2.1 +RUBY_VERSION_SUPPORTED= 200 193 18 21 + USE_RUBY_EXTCONF= yes USE_TOOLS+= pkg-config |