summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/options.mk
blob: f2f8ea4bec0a946d7fa49936a8d0557c8c09e8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.2 2007/01/28 15:15:58 taca Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.ruby
PKG_SUPPORTED_OPTIONS=		ruby-build-ri-db

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mruby-build-ri-db)
CONFIGURE_ARGS+=	--enable-install-doc
RUBY_DYNAMIC_DIRS+=	${RUBY_SYSRIDIR}
.endif