From 6b1c2ea085bf1951e41257ab201fd078b375e85b Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 7 Nov 2014 09:55:22 +0000 Subject: Remove * from LIB_DEPENDS lines and specify the default library name for ImageMagick. Using '*' it is unsupported and potention bugs here. --- graphics/dcraw-m/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/dcraw-m') diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index a48cabbfc7bc..5d63feb463e5 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -18,7 +18,7 @@ EXPIRATION_DATE= 2014-11-26 LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ - libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick + libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick PLIST_FILES= bin/dcraw-m -- cgit v1.2.3