diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-19 08:32:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-19 08:32:17 +0000 |
commit | 8d74c9e3f15d425ff602b3ec3eceb523fca6099e (patch) | |
tree | 1c1bfa4f36d4e23b83b5eabc5347d26c2edb9ba0 | |
parent | - Mark BROKEN: does not build (diff) |
- Mark BROKEN: does not configure
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... no
Can't install RMagick 2.13.1.
RMagick does not work when ImageMagick is configured for High Dynamic Range Images.
Don't use the --enable-hdri option when configuring ImageMagick.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=299621
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 71e3288b4569..1476365dd57d 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -19,6 +19,8 @@ COMMENT= A Ruby binding for ImageMagick LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +BROKEN= does not configure + USE_BZIP2= yes USE_RUBY= yes USE_RUBY_SETUP= yes |