diff options
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 7ed009949cb3..492d139c0681 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -112,7 +112,7 @@ CONFIGURE_ARGS+= --without-bzlib # HDF (Hierarchical Data Format) images .if !defined(WITHOUT_IMAGEMAGICK_HDF) -LIB_DEPENDS= df.1:${PORTSDIR}/graphics/hdf +LIB_DEPENDS+= df.1:${PORTSDIR}/graphics/hdf CONFIGURE_ARGS+= --with-hdf .endif |