summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-09-08 15:19:16 +0000
committerjoerg <joerg@pkgsrc.org>2016-09-08 15:19:16 +0000
commite75a446f2a5f52bb4e7a67bc2f22ec13a42d3287 (patch)
treea49d70a18801d0228d7d0914a0af73c9fc359476 /textproc/ruby-rdtool
parentd06eaaffc87e3b0c0267382b88a56d184c3146ce (diff)
downloadpkgsrc-e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287.tar.gz
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index ae836026fd9..f36e230e7db 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2016/09/08 15:19:19 joerg Exp $
DISTNAME= rdtool-0.6.38
PKGREVISION= 2
@@ -18,7 +18,7 @@ SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSION_SUPPORTED= 18 21 22 23
+RUBY_VERSIONS_ACCEPTED= 18 21 22 23
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/modules.mk"