diff options
author | taca <taca@pkgsrc.org> | 2017-05-30 14:22:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-05-30 14:22:40 +0000 |
commit | b1fa10848de84a1fd6f7ecaabd0b32fd2d0428ee (patch) | |
tree | 6f54f1d9c277f2728b8b06f7cf811aa071397a30 /textproc/ruby-rdtool | |
parent | d2ea0d53058a391343fcdb67ba4e8a750ac534e2 (diff) | |
download | pkgsrc-b1fa10848de84a1fd6f7ecaabd0b32fd2d0428ee.tar.gz |
* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 033c97fbe62..b4d294f3499 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2017/04/22 18:27:05 taca Exp $ +# $NetBSD: Makefile,v 1.45 2017/05/30 14:22:41 taca Exp $ DISTNAME= rdtool-0.6.38 PKGREVISION= 2 @@ -18,7 +18,6 @@ SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|" SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths. RUBYGEM_OPTIONS+= --format-executable -RUBY_VERSIONS_ACCEPTED= 23 22 21 .include "../../lang/ruby/gem.mk" .include "../../lang/ruby/modules.mk" |