summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/options.mk')
-rw-r--r--lang/ruby18-base/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby18-base/options.mk b/lang/ruby18-base/options.mk
index cf1f68df22e..48e8fa48567 100644
--- a/lang/ruby18-base/options.mk
+++ b/lang/ruby18-base/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2007/09/09 14:17:13 taca Exp $
+# $NetBSD: options.mk,v 1.4 2007/09/24 21:58:28 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
PKG_SUPPORTED_OPTIONS= ruby-build-ri-db
@@ -8,5 +8,6 @@ PKG_SUGGESTED_OPTIONS= ruby-build-ri-db
.if !empty(PKG_OPTIONS:Mruby-build-ri-db)
CONFIGURE_ARGS+= --enable-install-doc
+PRIVILEGED_STAGES+= clean
RUBY_DYNAMIC_DIRS+= ${RUBY_SYSRIDIR}
.endif