summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-13 23:10:13 +0000
committertaca <taca@pkgsrc.org>2015-03-13 23:10:13 +0000
commite698b6493eefad2fff355b1e0293eb3f7aa0e20a (patch)
tree2dd8f900de9c8023abafa5f833d1a65195e42b76 /textproc
parentff98a7065100639d03e5dc9e76ee1145a8e54a0f (diff)
downloadpkgsrc-e698b6493eefad2fff355b1e0293eb3f7aa0e20a.tar.gz
Allow build with ruby18. I forgot to commit from 4 days ago...
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-rdtool/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index e7a86ba2ba7..4b92eb59311 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2012/12/17 14:36:12 taca Exp $
+# $NetBSD: Makefile,v 1.36 2015/03/13 23:10:13 taca Exp $
DISTNAME= rdtool-0.6.38
CATEGORIES= textproc ruby
@@ -20,6 +20,8 @@ SUBST_FILES.path= bin/rd2
SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
+RUBY_VERSION_SUPPORTED= 200 193 18 21
+
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"