Don't override unconditionally set USE_RAKE.

This commit is contained in:
taca 2012-03-18 02:24:13 +00:00
parent b50c949e1a
commit 9ac51a430e

View file

@ -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)