diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
commit | 6b1c2ea085bf1951e41257ab201fd078b375e85b (patch) | |
tree | 3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /graphics/autotrace | |
parent | 8f243da5eca39740bb1b2c4703ae92ce6d1b3104 (diff) |
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 4c09f9ad4769..6bf50ab0913c 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFAULT=IMAGEMAGICK PSTOEDIT MING_DESC= Enable swf interface PSTOEDIT_DESC= Convert postscript to other formats -IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick IMAGEMAGICK_CONFIGURE_OFF= --without-magick MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming |