From 1a9da159a82fdc4726350583d0fe8f61c662b3b2 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 8 Sep 2016 15:19:16 +0000 Subject: 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. --- lang/ruby22-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby22-base') diff --git a/lang/ruby22-base/Makefile b/lang/ruby22-base/Makefile index 30a307adf95..ea02c24e8c8 100644 --- a/lang/ruby22-base/Makefile +++ b/lang/ruby22-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/10 18:42:50 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2016/09/08 15:19:18 joerg Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} @@ -9,7 +9,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby ${RUBY_VERSION} release minimum base package -RUBY_VERSION_SUPPORTED= 22 +RUBY_VERSIONS_ACCEPTED= 22 USE_LANGUAGES= c c99 USE_TOOLS+= pax yacc pkg-config -- cgit v1.2.3