mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
426 B
Makefile
17 lines
426 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2011/11/08 16:10:51 taca Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
|
|
PKG_SUPPORTED_OPTIONS= ruby-build-ri-db
|
|
PKG_SUGGESTED_OPTIONS= ruby-build-ri-db
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mruby-build-ri-db)
|
|
#PRIVILEGED_STAGES+= clean
|
|
RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
|
|
# Use huge memory.
|
|
UNLIMIT_RESOURCES+= datasize
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-install-doc=no
|
|
.endif
|