summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-05-17 10:14:38 +0000
committertaca <taca@pkgsrc.org>2015-05-17 10:14:38 +0000
commit14e561f098eb433b760d0c2d88549671c9db84bf (patch)
tree738f2aadbee29504b34305ebbf41eb08def4903c /textproc
parent56cc5f0868ea4d4fd423c2408f7507376765e667 (diff)
downloadpkgsrc-14e561f098eb433b760d0c2d88549671c9db84bf.tar.gz
Correct supported Ruby's version.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-diff-lcs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile
index 5027026e3a4..6ecb9bf1fa3 100644
--- a/textproc/ruby-diff-lcs/Makefile
+++ b/textproc/ruby-diff-lcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/05/17 09:47:05 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/05/17 10:14:38 taca Exp $
DISTNAME= diff-lcs-1.2.5
PKGREVISION= 1
@@ -11,5 +11,7 @@ LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
RUBYGEM_OPTIONS+= --format-executable
+RUBY_VERSION_SUPPORTED= 200 193 21 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"