diff options
Diffstat (limited to 'lang/mono/options.mk')
-rw-r--r-- | lang/mono/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/options.mk b/lang/mono/options.mk index 24f2da819b5..190211783fe 100644 --- a/lang/mono/options.mk +++ b/lang/mono/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2010/07/31 08:40:37 kefren Exp $ +# $NetBSD: options.mk,v 1.3 2010/10/16 04:32:18 kefren Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mono PKG_SUPPORTED_OPTIONS= moonlight @@ -10,7 +10,7 @@ PLIST_VARS+= moon .if !empty(PKG_OPTIONS:Mmoonlight) PLIST.moon= yes -CONFIGURE_ARGS+= --with-mcs-docs=yes +CONFIGURE_ARGS+= --with-moonlight=yes .else CONFIGURE_ARGS+= --with-moonlight=no .endif |