From 1aec21de04c4f9591e65750ddb9a543fc3014459 Mon Sep 17 00:00:00 2001 From: kwm 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/pstoedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/pstoedit') diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 428a9ffe284f..c7449cb741e0 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -39,7 +39,7 @@ EMF_LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF EMF__CONFIGURE_OFF= --without-emf -MAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_ON= --with-magick MAGICK_CONFIGURE_OFF= --without-magick -- cgit