6a15ee56b6
Since many changes from previous release, please refer http://www.ruby-lang.org/en/news/2010/08/16/ruby-1-8-7-p302-is-released/. Note: Since all security updates are already in previous package, This update dosen't include any securify fix.
15 lines
424 B
Makefile
15 lines
424 B
Makefile
# $NetBSD: options.mk,v 1.8 2010/09/10 03:29:00 taca Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
|
|
PKG_SUPPORTED_OPTIONS= readline ruby-build-ri-db
|
|
PKG_SUGGESTED_OPTIONS= readline ruby-build-ri-db
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mruby-build-ri-db)
|
|
BUILD_TARGET= all rdoc
|
|
CONFIGURE_ARGS+= --enable-install-doc
|
|
RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
|
|
# Use huge memory.
|
|
UNLIMIT_RESOURCES+= datasize
|
|
.endif
|