summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authortaca <taca>2015-03-13 23:10:13 +0000
committertaca <taca>2015-03-13 23:10:13 +0000
commit2c9bdc44867dce3ec418d2376ef11dd60f7ab5f2 (patch)
tree2dd8f900de9c8023abafa5f833d1a65195e42b76 /textproc/ruby-rdtool
parentb9835285cc314d9b745325d593aa0455baa10d43 (diff)
downloadpkgsrc-2c9bdc44867dce3ec418d2376ef11dd60f7ab5f2.tar.gz
Allow build with ruby18. I forgot to commit from 4 days ago...
Diffstat (limited to 'textproc/ruby-rdtool')
-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"