diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 5c3ccdd02d88..01393112777d 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -29,7 +29,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ RUBY="${RUBY}" -CONFIGURE_ARGS= --doc-dir="${RUBY_MODDOCDIR}" --prefix="${PREFIX}" +CONFIGURE_ARGS= --doc-dir="${RUBY_MODDOCDIR}" --prefix="${PREFIX}" \ + --allow-example-errors .if defined(NOPORTDOCS) CONFIGURE_ARGS+= --disable-htmldoc .endif |