Remove setting RUBY_RDOC_REQD and using "rdoc.mk".
This commit is contained in:
parent
5bccce0999
commit
d791301314
1 changed files with 1 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: modules.mk,v 1.38 2017/04/23 14:12:54 taca Exp $
|
||||
# $NetBSD: modules.mk,v 1.39 2017/05/04 07:44:41 taca Exp $
|
||||
|
||||
.if !defined(_RUBY_MODULE_MK)
|
||||
_RUBY_MODULE_MK= # defined
|
||||
|
@ -20,18 +20,6 @@ DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
|
|||
.include "../../lang/ruby/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.if defined(RUBY_RAILS_SUPPORTED)
|
||||
.include "../../lang/ruby/rails.mk"
|
||||
.if ${RUBY_RAILS} > 3
|
||||
RUBY_RDOC_REQD?= 2.5.0
|
||||
.endif
|
||||
.endif
|
||||
|
||||
#
|
||||
# rdoc version
|
||||
#
|
||||
.include "../../lang/ruby/rdoc.mk"
|
||||
|
||||
CONFIGURE_ENV+= RUBY=${RUBY:Q} RDOC=${RDOC:Q}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue