aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-26 15:55:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-26 15:55:59 +0000
commit39eb1ba22bba7c37edc9acc4f52e9a923f37c175 (patch)
treee6f2e21741cb15ff404944dbfd8dc3aad2717a8f /graphics
parent089463050a5e448ddefde0caedf053739c9d4696 (diff)
downloadports-39eb1ba22bba7c37edc9acc4f52e9a923f37c175.tar.gz
ports-39eb1ba22bba7c37edc9acc4f52e9a923f37c175.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index c1c9c14378c5..d6b72d17f887 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -71,10 +71,6 @@ TESTS_DESC= Run bundled self-tests after build
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MPDF} && defined(WITH_GHOSTSCRIPT_VER) && ${WITH_GHOSTSCRIPT_VER} == "7"
-IGNORE= support for the PDF format requires ghostscript 8 and higher
-.endif
-
.if ${PORT_OPTIONS:MHDRI}
CONFIGURE_ARGS+= --enable-hdri
.else