Don't override unconditionally set USE_RAKE.
This commit is contained in:
parent
b50c949e1a
commit
9ac51a430e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: gem.mk,v 1.12 2012/03/02 03:46:09 taca Exp $
|
||||
# $NetBSD: gem.mk,v 1.13 2012/03/18 02:24:13 taca Exp $
|
||||
#
|
||||
# This Makefile fragment is intended to be included by packages that build
|
||||
# and install Ruby gems.
|
||||
|
@ -129,7 +129,7 @@ UPDATE_GEMSPEC= ../../lang/ruby/files/update-gemspec.rb
|
|||
.endif
|
||||
|
||||
.if ${GEM_BUILD} == "rake"
|
||||
USE_RAKE= YES
|
||||
USE_RAKE?= YES
|
||||
.endif
|
||||
|
||||
.if defined(RUBY_RAILS_SUPPORTED)
|
||||
|
|
Loading…
Reference in a new issue