summaryrefslogtreecommitdiff
path: root/lang/ruby18/Makefile
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 /lang/ruby18/Makefile
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 'lang/ruby18/Makefile')
-rw-r--r--lang/ruby18/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 7840c233b07..fd658f28778 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/03/13 17:06:42 taca Exp $
+# $NetBSD: Makefile,v 1.24 2016/09/08 15:19:17 joerg Exp $
#
DISTNAME= # empty
@@ -20,7 +20,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_FULL}:../../devel/ruby-curses
DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSIONS_ACCEPTED= 18
.include "../../lang/ruby/rubyversion.mk"
.include "../../lang/ruby/Makefile.common"