Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/dvdauthor/Makefile,v retrieving revision 1.32 diff -d -u -u -r1.32 Makefile --- Makefile 20 Mar 2008 09:51:41 -0000 1.32 +++ Makefile 24 Aug 2008 15:22:09 -0000 @@ -35,7 +35,7 @@ .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagick.so.10) +.if exists(${LOCALBASE}/lib/libMagickWand.so.1) WITH_IMAGEMAGICK= yes .endif @@ -50,7 +50,7 @@ CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif