aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index c361859074db..011139cdd7c4 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -119,7 +119,7 @@ CONFIGURE_ARGS+= --without-bzlib
.endif
# HDF (Hierarchical Data Format) images
-.if !defined(WITHOUT_IMAGEMAGICK_HDF)
+.if !defined(WITHOUT_IMAGEMAGICK_HDF) && (${MACHINE_ARCH:L} != amd64)
LIB_DEPENDS+= df.1:${PORTSDIR}/graphics/hdf
CONFIGURE_ARGS+= --with-hdf
.endif