diff options
Diffstat (limited to 'graphics/cuneiform')
-rw-r--r-- | graphics/cuneiform/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index d85b2e7d0dfd..9a2842d1a618 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= IMAGEMAGICK .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} -LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick .endif post-patch: |