1a2d1b8d9d
Add readline option to PKG_OPTIONS.ruby. This is no-op here. No functional change.
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: options.mk,v 1.7 2009/09/22 13:32:35 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
|
|
PRIVILEGED_STAGES+= clean
|
|
RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
|
|
# Use huge memory.
|
|
UNLIMIT_RESOURCES+= datasize
|
|
.endif
|