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/cuneiform | |
parent | 8f243da5eca39740bb1b2c4703ae92ce6d1b3104 (diff) |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes
Notes:
svn path=/head/; revision=372250
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: |