summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-26 14:27:22 +0000
committertaca <taca@pkgsrc.org>2014-03-26 14:27:22 +0000
commitcdf7701af64047bd91a9bdb3ead603bfd875e7cf (patch)
treeed3359ee5d6313c5a41a15f295e4d1b975b10cb0 /textproc
parent37e36ea5ed21eaba516fbc9f9b643b83d59f6793 (diff)
downloadpkgsrc-cdf7701af64047bd91a9bdb3ead603bfd875e7cf.tar.gz
Allow build with ruby21.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/migemo/Makefile.common4
-rw-r--r--textproc/ruby-redcarpet/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common
index e2589fb8fad..589ed0d4408 100644
--- a/textproc/migemo/Makefile.common
+++ b/textproc/migemo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2012/09/16 15:30:45 taca Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/03/26 14:27:23 taca Exp $
#
# used by textproc/migemo/Makefile
# used by textproc/migemo-elisp/Makefile
@@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/
MAINTAINER= yamajun@ofug.net
HOMEPAGE= http://0xcc.net/migemo/
-RUBY_VERSION_SUPPORTED= 193
+RUBY_VERSION_SUPPORTED= 200 193 21
diff --git a/textproc/ruby-redcarpet/Makefile b/textproc/ruby-redcarpet/Makefile
index 2992bb493dc..b83b2f8e696 100644
--- a/textproc/ruby-redcarpet/Makefile
+++ b/textproc/ruby-redcarpet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/03/14 18:23:34 taca Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/26 14:27:23 taca Exp $
DISTNAME= redcarpet-3.1.1
CATEGORIES= textproc
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/vmg/redcarpet/
COMMENT= Markdown that smells nice
LICENSE= mit
-RUBY_VERSION_SUPPORTED= 200 193
+RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"