From 8688d2d04603453b577f891b85697a0254db85bd Mon Sep 17 00:00:00 2001 From: Shaun Amott Date: Fri, 16 Mar 2007 13:32:26 +0000 Subject: Switch off PDF support by default, to avoid requiring ghostscript-afpl. This will be reviewed again if/after -afpl is made the default ghostscript. --- graphics/ImageMagick/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/ImageMagick') diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 14b1ecac243e..7b36956b272b 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -64,7 +64,7 @@ OPTIONS= X11 "X11 support" on \ IMAGEMAGICK_DOT "GraphViz dot graphs support" off \ IMAGEMAGICK_WMF "WMF format support" off \ IMAGEMAGICK_SVG "SVG format support" off \ - IMAGEMAGICK_PDF "PDF format support" on \ + IMAGEMAGICK_PDF "PDF format support" off \ IMAGEMAGICK_MPEG2 "MPEG2 format support" on \ IMAGEMAGICK_GSLIB "libgs (Postscript SHLIB) support" off @@ -248,7 +248,7 @@ CONFIGURE_ARGS+= --without-rsvg .endif # PDF (Adobe Portable Document Format) support -.if !defined(WITHOUT_IMAGEMAGICK_PDF) +.if defined(WITH_IMAGEMAGICK_PDF) USE_GHOSTSCRIPT= yes WITH_GHOSTSCRIPT_AFPL= yes .endif -- cgit v1.2.3