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. --- x11/ruby-tk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/ruby-tk/Makefile') diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile index afb4e1f3afb..51531dea0d1 100644 --- a/x11/ruby-tk/Makefile +++ b/x11/ruby-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/03/14 00:59:07 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2016/09/08 15:19:19 joerg Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL} @@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby interface to the Tk widget set -RUBY_VERSION_SUPPORTED= 23 22 21 18 +RUBY_VERSIONS_ACCEPTED= 23 22 21 18 USE_TOOLS+= pax USE_RUBY_EXTCONF= yes RUBY_EXTCONF_SUBDIRS= . tkutil -- cgit v1.2.3