diff options
author | taca <taca@pkgsrc.org> | 2010-12-01 13:56:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-01 13:56:23 +0000 |
commit | c4207448f2c377714357cbbf40a8c9d0959478e1 (patch) | |
tree | 618b1524f36982146ad74fae62bed011bd0b2ffb /lang | |
parent | a6a156334c2a610ce563f0959a9a5e47f67d6d13 (diff) | |
download | pkgsrc-c4207448f2c377714357cbbf40a8c9d0959478e1.tar.gz |
Revive ruby-build-ri-db option of ruby19-base. It was no effect since
Ruby 1.9.2 imported, maybe.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby19-base/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby19-base/options.mk b/lang/ruby19-base/options.mk index 419c6dedbce..209a72dad24 100644 --- a/lang/ruby19-base/options.mk +++ b/lang/ruby19-base/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2010/09/12 03:50:06 taca Exp $ +# $NetBSD: options.mk,v 1.2 2010/12/01 13:56:23 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ruby PKG_SUPPORTED_OPTIONS= ruby-build-ri-db @@ -7,10 +7,10 @@ PKG_SUGGESTED_OPTIONS= 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 +.else +CONFIGURE_ARGS+= --enable-install-doc=no .endif |