diff options
Diffstat (limited to 'graphics/k3d/Makefile')
-rw-r--r-- | graphics/k3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index c190d7d35c07..3ef7c96d3fb9 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -100,7 +100,7 @@ PLIST_SUB+= GTS="@comment " .endif .if ${PORT_OPTIONS:MIMAGEMAGICK} -LIB_DEPENDS+= libMagickCore.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .else CMAKE_ARGS+= -DK3D_BUILD_IMAGEMAGICK_IO_MODULE:BOOL=OFF |