View | Details | Raw Unified | Return to bug 143661 | Differences between
and this patch

Collapse All | Expand All

(-)bsd.ruby.mk (-1 / +1 lines)
Lines 426-432 Link Here
426
426
427
do-install:
427
do-install:
428
.for _D in ${GEMFILES}
428
.for _D in ${GEMFILES}
429
	${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install -l --no-update-sources --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${RUBY_VER} ${DISTDIR}/${DIST_SUBDIR}/${_D} -- --build-args ${CONFIGURE_ARGS}
429
	${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install -l --no-update-sources --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${RUBY_VER} ${DISTDIR}/${DIST_SUBDIR}/${_D} --ignore-dependencies -- --build-args ${CONFIGURE_ARGS}
430
.endfor
430
.endfor
431
431
432
. if defined(RUBYGEM_AUTOPLIST)
432
. if defined(RUBYGEM_AUTOPLIST)

Return to bug 143661