diff options
author | taca <taca@pkgsrc.org> | 2016-11-19 14:38:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-11-19 14:38:03 +0000 |
commit | 1492a63f29f29367dcb87cf70dabef9dfaa9404b (patch) | |
tree | 69c4f88a7e4d283fddc3b95dcefa77ab0584b653 /misc | |
parent | 4dc175041478c7d3417a9da3fb723765d8e56f2d (diff) | |
download | pkgsrc-1492a63f29f29367dcb87cf70dabef9dfaa9404b.tar.gz |
Remove RUBY_RDOC_VERSION since All RUBY_VERSION_DEFAULT versions of Ruby
are satisfy minimum RUBY_RDOC_VERSION now.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-launchy/Makefile | 3 | ||||
-rw-r--r-- | misc/ruby-pry/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile index 68d81ddac55..ef3cc7639e1 100644 --- a/misc/ruby-launchy/Makefile +++ b/misc/ruby-launchy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/02/04 15:27:06 taca Exp $ +# $NetBSD: Makefile,v 1.14 2016/11/19 14:38:03 taca Exp $ DISTNAME= launchy-2.4.3 CATEGORIES= misc @@ -11,7 +11,6 @@ LICENSE= isc DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable USE_RAKE= YES -RUBY_RDOC_REQD= 3.12 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-pry/Makefile b/misc/ruby-pry/Makefile index 952ce4f55a6..1414bbee749 100644 --- a/misc/ruby-pry/Makefile +++ b/misc/ruby-pry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/10/17 14:30:35 taca Exp $ +# $NetBSD: Makefile,v 1.7 2016/11/19 14:38:03 taca Exp $ DISTNAME= pry-0.10.4 CATEGORIES= misc @@ -13,7 +13,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-method_source>=0.8.2<0.9:../../misc/ruby-method_sour DEPENDS+= ${RUBY_PKGPREFIX}-slop>=3.5.0<4.0:../../misc/ruby-slop DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1.0<2.0:../../textproc/ruby-coderay -RUBY_RDOC_REQD= 4.0.0 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |